diff options
author | will <will@FreeBSD.org> | 2000-05-30 11:28:00 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-30 11:28:00 +0800 |
commit | cf462afd5e9464e85d18607c3eab24d1ab922681 (patch) | |
tree | fb29fbca68a3c98a18d66987951fd70af8882a02 | |
parent | f96c1e4a8bb74d8c93d56fc22c313f64192ba3f3 (diff) | |
download | freebsd-ports-graphics-cf462afd5e9464e85d18607c3eab24d1ab922681.tar.gz freebsd-ports-graphics-cf462afd5e9464e85d18607c3eab24d1ab922681.tar.zst freebsd-ports-graphics-cf462afd5e9464e85d18607c3eab24d1ab922681.zip |
Update to 1.2. No more USE_IMAKE crap here! Yee-haw!
Submitted by: Allen Landsidel <all@biosys.net>
-rw-r--r-- | games/xfrisk/Makefile | 15 | ||||
-rw-r--r-- | games/xfrisk/distinfo | 2 | ||||
-rw-r--r-- | games/xfrisk/files/patch-ab | 30 | ||||
-rw-r--r-- | games/xfrisk/pkg-plist | 12 |
4 files changed, 46 insertions, 13 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile index e9c389934b2..59d84c68949 100644 --- a/games/xfrisk/Makefile +++ b/games/xfrisk/Makefile @@ -6,20 +6,21 @@ # PORTNAME= xfrisk -PORTVERSION= 1.00 +PORTVERSION= 1.2 CATEGORIES= games -MASTER_SITES= $(MASTER_SITE_XCONTRIB) -MASTER_SITE_SUBDIR= games/multiplayer +MASTER_SITES= http://cvs.morphy.iki.fi/xfrisk/ DISTNAME= XFrisk-${PORTVERSION} MAINTAINER= mph@freebsd.org +LIB_DEPENDS= Xaw.6:${PORTSDIR}/x11-toolkits/Xaw3d + NO_CDROM= Possible trademark infringement -USE_IMAKE= yes +USE_X_PREFIX= yes NO_INSTALL_MANPAGES= yes - -pre-configure: - ${TOUCH} ${WRKSRC}/types.h +WRKSRC= ${WRKDIR}/XFrisk +USE_GMAKE= yes +MAKE_ENV+= XDIR=${X11BASE} .include <bsd.port.mk> diff --git a/games/xfrisk/distinfo b/games/xfrisk/distinfo index 7a5b3dd1fd5..c95f9b7f1e4 100644 --- a/games/xfrisk/distinfo +++ b/games/xfrisk/distinfo @@ -1 +1 @@ -MD5 (XFrisk-1.00.tar.gz) = 76103b260e497ff5458a7121b0d974e0 +MD5 (XFrisk-1.2.tar.gz) = 1413bb21b0a886dde454462aaaa088d4 diff --git a/games/xfrisk/files/patch-ab b/games/xfrisk/files/patch-ab new file mode 100644 index 00000000000..c954fd6ac92 --- /dev/null +++ b/games/xfrisk/files/patch-ab @@ -0,0 +1,30 @@ +--- Makefile Sun Jan 23 14:01:55 2000 ++++ Makefile.new Mon May 29 23:12:10 2000 +@@ -55,9 +55,9 @@ + #################### + # C compiler options + # GNU gcc is recommended. +-CC=gcc ++CC?=gcc + # Use these with gcc +-CFLAGS=-g -Wall -W -fno-common -pedantic ++CFLAGS+= -Wall -W -fno-common -pedantic + + # If you don't have gcc, don't use -Wall -W -fno-common + #CFLAGS=-g +@@ -81,13 +81,13 @@ + + ## Installation prefix + # Adjust to taste. Stuff gets installed here. +-PREFIX=/usr/local ++PREFIX?=/usr/local + #PREFIX=/usr/local/X11 + + ## X11 location and options + # for X11R6 + # Point this at your X tree. +-XDIR=/usr/X11R6 ++XDIR?=/usr/X11R6 + #XDIR=/usr/local/X11 + #XDIR=/usr/openwin + diff --git a/games/xfrisk/pkg-plist b/games/xfrisk/pkg-plist index ed12e508f38..5b09975639c 100644 --- a/games/xfrisk/pkg-plist +++ b/games/xfrisk/pkg-plist @@ -1,8 +1,10 @@ bin/friskserver bin/risk bin/xfrisk -lib/X11/app-defaults/XFrisk -lib/X11/xfrisk/Help.risk -lib/X11/xfrisk/Countries.risk -lib/X11/xfrisk/World.risk -@dirrm lib/X11/xfrisk +bin/aiDummy +bin/aiConway +bin/aiColson +lib/xfrisk/World.risk +lib/xfrisk/Countries.risk +lib/xfrisk/Help.risk +@dirrm lib/xfrisk |