diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-09-11 10:24:26 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-09-11 10:24:26 +0800 |
commit | b8692c0fd8dec6e7158fa4010bcee8ce2f1ea64e (patch) | |
tree | f2d730a94c6e661eb460f8b441c3a032608bc67d /games | |
parent | 8ae4ba0d213baea90d5ff6818c95715b5ed84374 (diff) | |
download | freebsd-ports-gnome-b8692c0fd8dec6e7158fa4010bcee8ce2f1ea64e.tar.gz freebsd-ports-gnome-b8692c0fd8dec6e7158fa4010bcee8ce2f1ea64e.tar.zst freebsd-ports-gnome-b8692c0fd8dec6e7158fa4010bcee8ce2f1ea64e.zip |
Add spicetrade.
Spicetrade is a unique, innovative and colourful 14th century Arab spice
trading game with some roleplay elements. You start out as a poor young
lad in Baghdad, and try your luck in the spice trade, with only a house
and some land, but with great plans in mind: travel to Europe and create
your own spice empire!
WWW: http://www.spicetrade.org/
PR: ports/85912
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/spicetrade/Makefile | 35 | ||||
-rw-r--r-- | games/spicetrade/distinfo | 2 | ||||
-rw-r--r-- | games/spicetrade/files/spicetrade.in | 2 | ||||
-rw-r--r-- | games/spicetrade/pkg-descr | 7 |
5 files changed, 47 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 32d601c390a5..8852449a1340 100644 --- a/games/Makefile +++ b/games/Makefile @@ -486,6 +486,7 @@ SUBDIR += speak SUBDIR += spellcast SUBDIR += speyes + SUBDIR += spicetrade SUBDIR += spider SUBDIR += ssamtse SUBDIR += ssc diff --git a/games/spicetrade/Makefile b/games/spicetrade/Makefile new file mode 100644 index 000000000000..d8851864b855 --- /dev/null +++ b/games/spicetrade/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: spicetrade +# Date created: 2005-09-09 +# Whom: Daniel Roethlisberger <daniel@roe.ch> +# +# $FreeBSD$ +# + +PORTNAME= spicetrade +PORTVERSION= 1.2 +CATEGORIES= games java +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= Spicetrade-${PORTVERSION} +EXTRACT_SUFX= .jar +EXTRACT_ONLY= + +MAINTAINER= daniel@roe.ch +COMMENT= Colourful 14th century Arab spice trading game + +USE_JAVA= 1.4+ +USE_X_PREFIX= yes +NO_BUILD= yes + +SUB_FILES= ${PORTNAME} +SUB_LIST= JARFILE="${DATADIR}/${DISTFILES}" + +PLIST_FILES= bin/spicetrade %%DATADIR%%/${DISTFILES} +PLIST_DIRS= %%DATADIR%% + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin + ${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${DATADIR} + +.include <bsd.port.mk> diff --git a/games/spicetrade/distinfo b/games/spicetrade/distinfo new file mode 100644 index 000000000000..26b82facb448 --- /dev/null +++ b/games/spicetrade/distinfo @@ -0,0 +1,2 @@ +MD5 (Spicetrade-1.2.jar) = b87495f0502b1a6baf2ae4e167918720 +SIZE (Spicetrade-1.2.jar) = 194859911 diff --git a/games/spicetrade/files/spicetrade.in b/games/spicetrade/files/spicetrade.in new file mode 100644 index 000000000000..fcc36a1548de --- /dev/null +++ b/games/spicetrade/files/spicetrade.in @@ -0,0 +1,2 @@ +#!/bin/sh +exec java -jar %%JARFILE%% "$@" diff --git a/games/spicetrade/pkg-descr b/games/spicetrade/pkg-descr new file mode 100644 index 000000000000..56884979bcbe --- /dev/null +++ b/games/spicetrade/pkg-descr @@ -0,0 +1,7 @@ +Spicetrade is a unique, innovative and colourful 14th century Arab spice +trading game with some roleplay elements. You start out as a poor young +lad in Baghdad, and try your luck in the spice trade, with only a house +and some land, but with great plans in mind: travel to Europe and create +your own spice empire! + +WWW: http://www.spicetrade.org/ |