summaryrefslogtreecommitdiff
path: root/games/xinvaders3d/Makefile
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-01-23 03:04:22 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-01-23 03:04:22 +0000
commita0f8d175eac11aa22a0bb3e3c93d897ccd904af4 (patch)
treec03a94fc8f361662876d5550b1b3248e3c520324 /games/xinvaders3d/Makefile
parentRespect CC (diff)
3D Vector-graphics Space Invaders clone for X
Notes
Notes: svn path=/head/; revision=24966
Diffstat (limited to '')
-rw-r--r--games/xinvaders3d/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/xinvaders3d/Makefile b/games/xinvaders3d/Makefile
new file mode 100644
index 000000000000..46f646e168db
--- /dev/null
+++ b/games/xinvaders3d/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xinv3d
+# Version required: 1.1
+# Date created: 21 January 2000
+# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= xinv3d.1.1
+PKGNAME= xinvaders3d-1.1
+CATEGORIES= games
+MASTER_SITES= http://www.fiu.edu/~dllopi01/
+
+MAINTAINER= jedgar@FreeBSD.org
+
+USE_X_PREFIX= yes
+WRKSRC= ${WRKDIR}/xinv3d
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xinv3d ${PREFIX}/bin
+
+.include <bsd.port.mk>