diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-30 05:44:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-30 05:44:51 +0000 |
commit | e7d7e6055561d39cf6767575dcc1d23abe47998e (patch) | |
tree | a3bf2554ba9b8631adbdfdbd12353447b0706d82 /games/imaze | |
parent | 321cf9bad47032a582f21f09be6d8767b200ca12 (diff) | |
download | ports-e7d7e6055561d39cf6767575dcc1d23abe47998e.tar.gz ports-e7d7e6055561d39cf6767575dcc1d23abe47998e.zip |
Put variables in right order. People, please take a look at the sample
Makefile in the handbook! It's all in there!
Notes
Notes:
svn path=/head/; revision=3046
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 8308639752d4..d778d80136d7 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 |