freebsd-ports/games/hlstatsx/Makefile
Dmitry Marakasov 685446b00e - Update to 1.20RC2
- Unbreak
- Pass maintainership to submitter

PR:		135373
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
2009-06-15 16:06:38 +00:00

38 lines
1,008 B
Makefile

# New ports collection makefile for: hlstatsx
# Date created: 2006-06-12
# Whom: Babak Farrokhi <babak@farrokhi.net>
#
# $FreeBSD$
#
PORTNAME= hlstatsx
DISTVERSION= 1.20RC2
CATEGORIES= games www
MASTER_SITES= http://www.users.on.net/~tarek_abouzeid/cstrike/HLstats/
DISTNAME= HLstatsX_V${DISTVERSION}
MAINTAINER= scjamorim@bsd.com.br
COMMENT= Real-time player and clan rankings and statistics for HL2 and mods
NO_BUILD= yes
USE_APACHE= 1.3
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>