d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
40 lines
999 B
Makefile
40 lines
999 B
Makefile
# New ports collection makefile for: hlstatsx
|
|
# Date created: 2006-06-12
|
|
# Whom: Babak Farrokhi <babak@farrokhi.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hlstatsx
|
|
PORTVERSION= 1.01
|
|
PORTREVISION= 1
|
|
CATEGORIES= games www
|
|
MASTER_SITES= http://www.hlstatsx.com/downloads/
|
|
DISTNAME= HLstatsX_V${PORTVERSION}
|
|
|
|
MAINTAINER= farrokhi@FreeBSD.org
|
|
COMMENT= Real-time player and clan rankings and statistics for HL2 and mods
|
|
|
|
NO_BUILD= yes
|
|
USE_APACHE= yes
|
|
USE_PHP= gd mysql
|
|
USE_PERL5_RUN= yes
|
|
USE_ZIP= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
HLSTATSX?= www/${PORTNAME}
|
|
PLIST_SUB+= HLSTATSX=${HLSTATSX}
|
|
EXTRACT_AFTER_ARGS= -d ${WRKSRC}
|
|
|
|
do-install:
|
|
@ ${MKDIR} ${PREFIX}/${HLSTATSX}
|
|
@ ${CP} -R ${WRKSRC}/* ${PREFIX}/${HLSTATSX}
|
|
@ ${ECHO_MSG} "*"
|
|
@ ${ECHO_MSG} "* Files have been installed in"
|
|
@ ${ECHO_MSG} "* ${PREFIX}/${HLSTATSX}"
|
|
@ ${ECHO_MSG} "*"
|
|
@ ${ECHO_MSG} "* Visit http://www.hlstatsx.com/installation/ for instructions on getting it running."
|
|
@ ${ECHO_MSG} "*"
|
|
|
|
.include <bsd.port.mk>
|