aboutsummaryrefslogtreecommitdiff
path: root/games/jetpack
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-11 00:20:58 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-11 00:20:58 +0000
commitf4d6acbc42e1538f4db9f465a76ab8a10ad5176d (patch)
tree135c85eebdc631af1639facfb134770aee87e354 /games/jetpack
parent5d8032032653175f96f8d894681cc77f569f55ee (diff)
downloadports-f4d6acbc42e1538f4db9f465a76ab8a10ad5176d.tar.gz
ports-f4d6acbc42e1538f4db9f465a76ab8a10ad5176d.zip
Notes
Diffstat (limited to 'games/jetpack')
-rw-r--r--games/jetpack/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile
index c6215cace848..fe55f7184cb8 100644
--- a/games/jetpack/Makefile
+++ b/games/jetpack/Makefile
@@ -1,8 +1,18 @@
+# New ports collection makefile for: jetpack
+# Version required: ?
+# Date created: 21 September 1994
+# Whom: jmz
+#
+# $Id$
+#
+
DISTNAME= jetpack
+PKGNAME= jetpack-1.0
+CATEGORIES+= games
+MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/
DISTFILES= jetpack.tar.Z
+
USE_IMAKE= yes
-MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/
-CATEGORIES+= games
MAKE_FLAGS= PREFIX=${PREFIX} -f
.include <bsd.port.mk>