diff options
author | asami <asami@FreeBSD.org> | 1996-04-30 05:44:51 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-30 05:44:51 +0000 |
commit | 4068046a4e9e82e1aca3797249b24dcfbd4bb37f (patch) | |
tree | 4cb682f9147c6c5646ee7420decd832ac3de3310 /games/imaze | |
parent | a362442c52279aae4fa2fefcc8e72e88cba31c22 (diff) | |
download | FreeBSD-ports-4068046a4e9e82e1aca3797249b24dcfbd4bb37f.zip FreeBSD-ports-4068046a4e9e82e1aca3797249b24dcfbd4bb37f.tar.gz |
Put variables in right order. People, please take a look at the sample
Makefile in the handbook! It's all in there!
Diffstat (limited to 'games/imaze')
-rw-r--r-- | games/imaze/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile index 8308639..d778d80 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -6,16 +6,17 @@ # DISTNAME= imaze -DISTFILES= imaze1.3.tar.Z imaze.tar PKGNAME= imaze-1.3 CATEGORIES+= games MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/games/imaze/ \ ftp://ftp.tu-clausthal.de/pub/unix/games/imaze/sounds/ -EXTRACT_ONLY= imaze1.3.tar.Z -LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11/xview-lib +DISTFILES= imaze1.3.tar.Z imaze.tar MAINTAINER= kuehn@rz.tu-clausthal.de +LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11/xview-lib + +EXTRACT_ONLY= imaze1.3.tar.Z NO_CONFIGURE= yes USE_X11= yes NO_CDROM= yes |