summaryrefslogtreecommitdiff
path: root/games/amphetamine/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-05 12:00:18 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-05 12:00:18 +0000
commit9b1cacec8f53753d77e5d560932433b74a42e09a (patch)
tree8e19e9a39f772094a0cbac8f9a272883f5d8ac09 /games/amphetamine/Makefile
parent--with-lib-MesaGL --> --with-lib-GL to avoid errors when utah-glx used instea... (diff)
Initial import of Amphetamine - nice SDL-based run'n'shoot game.
Notes
Notes: svn path=/head/; revision=29219
Diffstat (limited to 'games/amphetamine/Makefile')
-rw-r--r--games/amphetamine/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/games/amphetamine/Makefile b/games/amphetamine/Makefile
new file mode 100644
index 000000000000..5c5c7650aa71
--- /dev/null
+++ b/games/amphetamine/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: amphetamine
+# Date created: 6 March 2000
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= amphetamine
+PORTVERSION= 0.8.8
+CATEGORIES= graphics
+MASTER_SITES= http://www.dataway.ch/~lukasl/amph/files/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ ${PORTNAME}-data-${DATAVERSION}${EXTRACT_SUFX}
+
+MAINTAINER= sobomax@FreeBSD.org
+
+LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \
+ Xpm.4:${PORTSDIR}/graphics/xpm
+
+DATAVERSION= 0.8.6
+
+USE_X_PREFIX= yes
+USE_BZIP2= yes
+USE_GMAKE= yes
+
+post-install:
+ @(cd ${WRKDIR}/amph && ${TAR} -c -f - * ) \
+ | (cd ${PREFIX}/share/amph && ${TAR} --unlink -x -f -)
+
+.include <bsd.port.mk>