From 4068046a4e9e82e1aca3797249b24dcfbd4bb37f Mon Sep 17 00:00:00 2001 From: asami Date: Tue, 30 Apr 1996 05:44:51 +0000 Subject: Put variables in right order. People, please take a look at the sample Makefile in the handbook! It's all in there! --- games/imaze/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'games') 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 -- cgit