1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/games/hlstats/Makefile
Mathieu Arnold 62a41b423b - Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-03 13:44:00 +00:00

35 lines
826 B
Makefile

# New ports collection makefile for: HLStats
# Date created: 26 December 2003
# Whom: Hideki Machida <hido@neojapangz.com>
#
# $FreeBSD$
#
PORTNAME= hlstats
PORTVERSION= 1.62
CATEGORIES= games www
MASTER_SITES= http://www.hlstats-community.org/wordpulse/site/hlscom/upload/Multimedia/download/${PORTVERSION}/
DISTNAME= HLStats-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A real-time statistics generator for Half-Life and its mods
LICENSE= CDDL
RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
USES= perl5
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_PHP= yes
USE_PERL5= run
HLSTATS?= www/${PORTNAME}
PLIST_SUB+= HLSTATS=${HLSTATS}
do-install:
@${MKDIR} ${PREFIX}/${HLSTATS}
cd ${WRKSRC} && ${TAR} cf - ChangeLog README* [a-z]* | ${TAR} xf - \
-C ${PREFIX}/${HLSTATS}
.include <bsd.port.mk>