summaryrefslogtreecommitdiff
path: root/games/jetpack/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-09-21 12:22:34 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-09-21 12:22:34 +0000
commit3391b0f865663e3865a9f26d34dfd23bf46ecd23 (patch)
tree39784d604c25b2da50336888cbc382d960fcb694 /games/jetpack/Makefile
parentModified DEPENDS rule so that anything you depend on gets both (diff)
The X11 jetpack game, from Jean-Marc Zucconi.
Submitted by: Jean-Marc Zucconi
Notes
Notes: svn path=/head/; revision=104
Diffstat (limited to 'games/jetpack/Makefile')
-rw-r--r--games/jetpack/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile
new file mode 100644
index 000000000000..a1d08604b54e
--- /dev/null
+++ b/games/jetpack/Makefile
@@ -0,0 +1,9 @@
+DISTNAME= jetpack
+DISTFILES= jetpack.tar.Z
+USE_IMAKE= yes
+MASTER_SITES= ftp://iraun1.ira.uka.de:/pub/x11/
+
+pre-install:
+ @(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
+
+.include <bsd.port.mk>