mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
2b2e1bc252
and clan rankings for Half-Life servers. PR: ports/60648 Submitted by: Hideki Machida <hido@neojapangz.com>
35 lines
924 B
Makefile
35 lines
924 B
Makefile
# New ports collection makefile for: hlstats
|
|
# Date created: 26 December 2003
|
|
# Whom: hideki
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hlstats
|
|
PORTVERSION= 1.20
|
|
CATEGORIES= games www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= hido@neojapangz.com
|
|
COMMENT= A real-time stats parser for Half Life & its mods
|
|
|
|
RUN_DEPENDS= php-config:${PORTSDIR}/www/mod_php4 \
|
|
${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
|
|
|
|
NO_BUILD= yes
|
|
USE_APACHE= yes
|
|
USE_PERL5_RUN= yes
|
|
|
|
do-install:
|
|
@ ${MKDIR} ${PREFIX}/www/data/${PORTNAME}
|
|
@ ${CP} -R ${WRKSRC}/* ${PREFIX}/www/data/${PORTNAME}
|
|
@ ${ECHO_MSG} "*"
|
|
@ ${ECHO_MSG} "* Files have been installed in"
|
|
@ ${ECHO_MSG} "* ${PREFIX}/www/data/${PORTNAME}"
|
|
@ ${ECHO_MSG} "*"
|
|
@ ${ECHO_MSG} "* Visit http://docs.unitedadmins.com/HLstats/ for instructions on getting it running."
|
|
@ ${ECHO_MSG} "*"
|
|
|
|
.include <bsd.port.mk>
|