freebsd-ports/games/hlstatsx/Makefile
Aaron Dalton 4659bd12dc Adding port games/hlstatsx, Real-time player and clan rankings and
statistics for HL2 and mods.

PR:		ports/98859
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
Reviewed by:	aaron
Approved by:	tobez
2006-06-14 02:32:10 +00:00

40 lines
1 KiB
Makefile

# New ports collection makefile for: hlstatsx
# Date created: 2006-06-12
# Whom: Babak Farrokhi <babak@farrokhi.net>
#
# $FreeBSD$
#
PORTNAME= hlstatsx
PORTVERSION= 1.01
CATEGORIES= games www
MASTER_SITES= http://www.hlstatsx.com/downloads/
DISTNAME= HLstatsX_V${PORTVERSION}
MAINTAINER= babak@farrokhi.net
COMMENT= Real-time player and clan rankings and statistics for HL2 and mods
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
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>