freebsd-ports/games/spicetrade/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

39 lines
928 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
PORTREVISION= 3
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
NO_PACKAGE= Package will be 186MB, set FORCE_PACKAGE if you really want to build it
USE_JAVA= yes
JAVA_VERSION= 1.4+
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
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>