pkgsrc-WIP-changes archive

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

simutrans: fix shellscript wrapper and the options file I forgot to add to simutrans-data



Module Name:	pkgsrc-wip
Committed By:	i3enedek <git%xn--rvztrtkrfrgp-bbb7j2b8f0b9d7a21oft.com@localhost>
Pushed By:	i3enedek
Date:		Thu Nov 10 14:43:03 2016 +0000
Changeset:	aee508a5e38e75cf4aeb8d2aabfcdce4164264e1

Added Files:
	simutrans-data/options.mk

Log Message:
simutrans: fix shellscript wrapper and the options file I forgot to add to simutrans-data

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

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

diffstat:
 simutrans-data/options.mk | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diffs:
diff --git a/simutrans-data/options.mk b/simutrans-data/options.mk
new file mode 100644
index 0000000..28c8237
--- /dev/null
+++ b/simutrans-data/options.mk
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+PKG_OPTIONS_VAR=		PKG_OPTIONS.simutrans
+PKG_SUPPORTED_OPTIONS+=		pak64 pak128 pak128de pak64jp pak96hd
+PKG_SUGGESTED_OPTIONS=		pak64
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mpak96hd)
+DISTFILES=-http://hd.simutrans.com/release/PakHD_v04B_100-0.zip
+.endif
+
+.if !empty(PKG_OPTIONS:Mpak64jp)
+DISTFILES=simupak64.japan-120-0-1.zip
+.endif
+
+.if !empty(PKG_OPTIONS:Mpak128de)
+DISTFILES=PAK128.german_0.9_120.x.zip
+.endif
+
+.if !empty(PKG_OPTIONS:Mpak64)
+DISTFILES+=simupak64-120-0-1.zip
+DISTNAME=simupak64-120-0-1
+.endif
+
+.if !empty(PKG_OPTIONS:Mpak128)
+DISTFILES=pak128-2.6--ST120.zip
+.endif


Home | Main Index | Thread Index | Old Index