diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-20 19:59:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-20 19:59:18 +0800 |
commit | 52db683a0931c732f87ed2f11fcd51c3b128b6a7 (patch) | |
tree | 13c3554effb8b198e13024b0fbd723dcd3645969 /games/quake3-wfa | |
parent | 87e051bcecea48a935fa8519807688063fedc7f9 (diff) | |
download | freebsd-ports-gnome-52db683a0931c732f87ed2f11fcd51c3b128b6a7.tar.gz freebsd-ports-gnome-52db683a0931c732f87ed2f11fcd51c3b128b6a7.tar.zst freebsd-ports-gnome-52db683a0931c732f87ed2f11fcd51c3b128b6a7.zip |
[MAINTAINER UPDATE] games/quake3-data: redesign, change dependant ports
- Changed quake3-data/Makefile.include to be more similar
to bsd.*.mk files, also it doesn't override port's variables.
- Change dependant ports.
PR: ports/90149
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Diffstat (limited to 'games/quake3-wfa')
-rw-r--r-- | games/quake3-wfa/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/quake3-wfa/Makefile b/games/quake3-wfa/Makefile index 03e1c446464c..5c79b75d79a9 100644 --- a/games/quake3-wfa/Makefile +++ b/games/quake3-wfa/Makefile @@ -9,6 +9,7 @@ PORTNAME= wfa PORTVERSION= 3.5b CATEGORIES= games MASTER_SITES= http://www.ijs.si/~lesi/distfiles/ +PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX} DISTFILES= WFA35Engine.zip WFA35MapPack1.zip WFA35MapPack2.zip \ WFA_v35b.zip 35b_mappack1.zip DIST_SUBDIR= ${PORTNAME} @@ -19,9 +20,12 @@ COMMENT= Quake III Arena Mod: Weapons Factory Arena NO_PACKAGE= "Package will be 138MB, set FORCE_PACKAGE if you really want to build it" USE_ZIP= yes +USE_CRLF= yes NO_BUILD= yes NO_WRKSUBDIR= yes +DATADIR= ${Q3DIR}/${PORTNAME} + post-extract: @${RM} ${WRKSRC}/help/BobWFACfgV236.exe |