diff options
author | asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
commit | 42f37c3e86245df81e511902ece1702f86d77ab8 (patch) | |
tree | 33feb0dfc80570e22f49edd0056761e03ba42b4f /games/jetpack | |
parent | 4b0aee24a53f7f5db3d4442235ac99977ada318a (diff) | |
download | FreeBSD-ports-42f37c3e86245df81e511902ece1702f86d77ab8.zip FreeBSD-ports-42f37c3e86245df81e511902ece1702f86d77ab8.tar.gz |
And here comes the next round of Makefile updates, for games. Folks,
there are lots of broken stuff and funky Makefiles here. Please check
your ports, and also put yourself in MAINTAINER so I know who to talk
to. Thanks....
Diffstat (limited to 'games/jetpack')
-rw-r--r-- | games/jetpack/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile index c6215ca..fe55f71 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> |