pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import barony-2.0.4 as wip/barony.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Nov 6 02:07:27 2016 +0100
Changeset:	0b15eb84f6a631b490451d8323fa5e488d4ddd93

Added Files:
	barony/DESCR
	barony/Makefile
	barony/PLIST
	barony/distinfo

Log Message:
Import barony-2.0.4 as wip/barony.

Barony Open Source Release

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0b15eb84f6a631b490451d8323fa5e488d4ddd93

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 barony/DESCR    |  1 +
 barony/Makefile | 28 ++++++++++++++++++++++++++++
 barony/PLIST    |  1 +
 barony/distinfo |  6 ++++++
 4 files changed, 36 insertions(+)

diffs:
diff --git a/barony/DESCR b/barony/DESCR
new file mode 100644
index 0000000..299459c
--- /dev/null
+++ b/barony/DESCR
@@ -0,0 +1 @@
+Barony Open Source Release
diff --git a/barony/Makefile b/barony/Makefile
new file mode 100644
index 0000000..9c5b7a9
--- /dev/null
+++ b/barony/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	Barony
+DISTNAME=	Barony-2.0.4
+PKGNAME=	${DISTNAME:tl}
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_GITHUB:=TurningWheel/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-user%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/TurningWheel/Barony/
+COMMENT=	Open source release of Barony
+LICENSE=	gnu-gpl-v3
+
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+
+CMAKE_ARGS+=	-DPNG_NAMES=png16
+
+CFLAGS+=	-Wno-write-strings
+LDFLAGS+=	-lexecinfo
+
+.include "../../graphics/SDL2_image/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../fonts/SDL2_ttf/buildlink3.mk"
+.include "../../net/SDL2_net/buildlink3.mk"
+.include "../../graphics/Mesa/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/barony/PLIST b/barony/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/barony/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/barony/distinfo b/barony/distinfo
new file mode 100644
index 0000000..9ae0d04
--- /dev/null
+++ b/barony/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Barony-2.0.4.tar.gz) = 6658e62c245dca01bb96f4faaef98c2ef1a12c14
+RMD160 (Barony-2.0.4.tar.gz) = d6a65e10b7d2209176df0317d68d846edc324c97
+SHA512 (Barony-2.0.4.tar.gz) = 1425c30da2dd6caf288f086045f479c71eb0138a3c5986c24edf4e1e2c91ee5db013610ecbae3e868cbb54faece9b41234827ca6b623d7d080ef97e0c20764c2
+Size (Barony-2.0.4.tar.gz) = 47148917 bytes


Home | Main Index | Thread Index | Old Index