View | Details | Raw Unified | Return to bug 137810
Collapse All | Expand All

(-)Makefile (-4 / +2 lines)
Lines 8-21 Link Here
8
PORTNAME=	hlstatsx
8
PORTNAME=	hlstatsx
9
DISTVERSION=	1.20RC2
9
DISTVERSION=	1.20RC2
10
CATEGORIES=	games www
10
CATEGORIES=	games www
11
MASTER_SITES=	http://www.users.on.net/~tarek_abouzeid/cstrike/HLstats/
11
MASTER_SITES=	http://striker.interhact.net/hlstatsx/
12
DISTNAME=	HLstatsX_V${DISTVERSION}
12
DISTNAME=	HLstatsX_V${DISTVERSION}
13
13
14
MAINTAINER=	scjamorim@bsd.com.br
14
MAINTAINER=	scjamorim@bsd.com.br
15
COMMENT=	Real-time player and clan rankings and statistics for HL2 and mods
15
COMMENT=	Real-time player and clan rankings and statistics for HL2 and mods
16
16
17
NO_BUILD=	yes
17
NO_BUILD=	yes
18
USE_APACHE=	1.3
18
USE_APACHE=	2.0+
19
USE_PHP=	gd mysql
19
USE_PHP=	gd mysql
20
USE_PERL5_RUN=	yes
20
USE_PERL5_RUN=	yes
21
USE_ZIP=	yes
21
USE_ZIP=	yes
Lines 32-38 Link Here
32
	@ ${ECHO_MSG} "* Files have been installed in"
32
	@ ${ECHO_MSG} "* Files have been installed in"
33
	@ ${ECHO_MSG} "* ${PREFIX}/${HLSTATSX}"
33
	@ ${ECHO_MSG} "* ${PREFIX}/${HLSTATSX}"
34
	@ ${ECHO_MSG} "*"
34
	@ ${ECHO_MSG} "*"
35
	@ ${ECHO_MSG} "* Visit http://www.hlstatsx.com/installation/ for instructions on getting it running."
36
	@ ${ECHO_MSG} "*"
37
35
38
.include <bsd.port.mk>
36
.include <bsd.port.mk>

Return to bug 137810