summaryrefslogtreecommitdiff
path: root/games/hlserver-admin/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-22 20:04:03 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-22 20:04:03 +0000
commit1ce6467384ed3a6ef03cccd085c860e959ad6ceb (patch)
tree3212d31f496ee3dfb12d2de51d59ae3c79a7fb22 /games/hlserver-admin/Makefile
parentUpdate to Vim 6.0 beta AX patchlevel 11 (diff)
o update to new 2.50.07
o bump PORTEPOCH (sigh :(), last version is 2.50e Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=48081
Diffstat (limited to 'games/hlserver-admin/Makefile')
-rw-r--r--games/hlserver-admin/Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/games/hlserver-admin/Makefile b/games/hlserver-admin/Makefile
index bed7810b0c80..dd6844847357 100644
--- a/games/hlserver-admin/Makefile
+++ b/games/hlserver-admin/Makefile
@@ -6,13 +6,21 @@
#
PORTNAME= admin
-PORTVERSION= 2.50e
-MASTER_SITES= http://www.adminmod.org/downloads/
-DISTNAME= halflife-${PORTNAME}-${PORTVERSION}
-EXTRACT_SUFX= .tgz
+PORTVERSION= 2.50.07
+PORTEPOCH= 1
+MASTER_SITES= http://www.adminmod.org/downloads/ \
+ http://metamod.org/files/other/
+DISTFILES= halflife-${PORTNAME}-${PORTVERSION}.tgz \
+ metamod_i386.so
+DIST_SUBDIR= ${PORTNAME}
+EXTRACT_ONLY= halflife-${PORTNAME}-${PORTVERSION}.tgz
WRKSRC= ${WRKDIR}/Admin
+post-patch:
+ @${CP} ${DISTDIR}/${DIST_SUBDIR}/metamod_i386.so \
+ ${WRKSRC}/dlls
+
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"