mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
7bb493fa22
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>
36 lines
790 B
Makefile
36 lines
790 B
Makefile
# 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>
|