Update to 1.2. No more USE_IMAKE crap here! Yee-haw!
Submitted by: Allen Landsidel <all@biosys.net>
This commit is contained in:
parent
64592fa05f
commit
e3f6835c0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28967
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (XFrisk-1.00.tar.gz) = 76103b260e497ff5458a7121b0d974e0
|
||||
MD5 (XFrisk-1.2.tar.gz) = 1413bb21b0a886dde454462aaaa088d4
|
||||
|
30
games/xfrisk/files/patch-ab
Normal file
30
games/xfrisk/files/patch-ab
Normal file
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user