summaryrefslogtreecommitdiff
path: root/games/grubinvaders/Makefile
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2002-04-14 00:36:20 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2002-04-14 00:36:20 +0000
commit03a7b61114e736724616c4152af9fdfca3c43969 (patch)
tree375e2d5aab078f65f474697d6affb87852f93dc7 /games/grubinvaders/Makefile
parentFix bento -current build. (diff)
Add grubinvaders, a multi-boot compliant space invaders-type game.
Notes
Notes: svn path=/head/; revision=57675
Diffstat (limited to 'games/grubinvaders/Makefile')
-rw-r--r--games/grubinvaders/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/games/grubinvaders/Makefile b/games/grubinvaders/Makefile
new file mode 100644
index 000000000000..200cbead47d8
--- /dev/null
+++ b/games/grubinvaders/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: grubinvaders
+# Date created: 13 April 2002
+# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= grubinvaders
+PORTVERSION= 1.0.0
+CATEGORIES= games
+MASTER_SITES= http://www.erikyyy.de/invaders/
+DISTNAME= invaders-${PORTVERSION}
+
+MAINTAINER= jedgar@FreeBSD.org
+
+RUN_DEPENDS= grub:${PORTSDIR}/sysutils/grub
+
+MAKEFILE= ${FILESDIR}/Makefile
+ONLY_FOR_ARCHS= i386
+STRIP=
+WRKSRC= ${WRKDIR}/invaders
+ALL_TARGET= clean all
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/grubinvaders
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/grubinvaders
+ ${INSTALL_PROGRAM} ${WRKSRC}/invaders ${PREFIX}/share/grubinvaders
+ @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
+
+.include <bsd.port.mk>