summaryrefslogtreecommitdiffstats
path: root/games/abuse/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-05-11 22:15:32 +0000
committerdes <des@FreeBSD.org>2002-05-11 22:15:32 +0000
commit7bff7a792fe43550cd7dba886d4cae295c7adc76 (patch)
treec756d1f958cca909e5d97abd271cf6f86bbfb2a0 /games/abuse/Makefile
parentc1e69ccff1f727bfe65e62e90a2c876a8435ecf8 (diff)
downloadFreeBSD-ports-7bff7a792fe43550cd7dba886d4cae295c7adc76.zip
FreeBSD-ports-7bff7a792fe43550cd7dba886d4cae295c7adc76.tar.gz
The classic 2D action game Abuse
Diffstat (limited to 'games/abuse/Makefile')
-rw-r--r--games/abuse/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/games/abuse/Makefile b/games/abuse/Makefile
new file mode 100644
index 0000000..7647231
--- /dev/null
+++ b/games/abuse/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: abuse_data
+# Date created: 11 May 2002
+# Whom: des
+#
+# $FreeBSD$
+#
+
+PORTNAME= abuse
+PORTVERSION= 2.0
+CATEGORIES= games
+MASTER_SITES= http://www.labyrinth.net.au/~trandor/abuse/files/
+DISTFILES= abuse_datafiles.tar.gz
+EXTRACT_ONLY= # empty
+
+MAINTAINER= des@freebsd.org
+
+RUN_DEPENDS= abuse.sdl:${PORTSDIR}/games/abuse_sdl
+
+NO_BUILD= YES
+
+do-configure:
+ ${SED} -e 's,%%DATADIR%%,${DATADIR},' \
+ ${FILESDIR}/abuse.sh >${WRKDIR}/abuse
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/abuse ${PREFIX}/bin
+ ${MKDIR} ${DATADIR}
+.for DISTFILE in ${DISTFILES}
+ ${TAR} zxf ${DISTDIR}/${DISTFILE} -C ${DATADIR}
+.endfor
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud