aboutsummaryrefslogblamecommitdiff
path: root/games/hlserver-psychostats/Makefile
blob: e9c829f5f9637d859f232da5336838605b9f0a74 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                                     
                                                                       




                           
                     
                 
                         

                                                
                                                       

                                                                            

                                         
                                 
                                                                          
 
                   


                                                       
                                   
 


                                      














                                                              
                                                  
 
                                           
# New ports collection makefile for:	Half Life Psychostats
# Date created:				Sun Oct 14 14:34:20 CEST 2001
# Whom:					Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	psychostats
PORTVERSION=	1.9.1
PORTREVISION=	1
CATEGORIES=	games www
MASTER_SITES=	ftp://ftp.thaiguy.net/ \
		http://www.psychostats.com/dl/ \
		http://www.realityslap.com/downloads/ \
		http://fratello-server.com/downloads/serveur/ \
		http://mirrors.voyager.net/games/halflife/stats/psychostats/
DISTNAME=	${PORTNAME}${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Popular player statistics generator for Half-Life (cs/dod)

USE_PERL5_BUILD=yes
WRKSRC=		${WRKDIR}/${DISTNAME}

# files which should be installed with executable perms
EXECUTABLES=	stats.pl install.pl

DEPRECATED=	outdated, unmaintained
EXPIRATION_DATE=2007-04-10

post-patch:
.for files in ${EXECUTABLES}
	@${PERL} -pi -e 's|/usr/bin/perl|${PERL}|' \
		${WRKSRC}/${files}
.endfor
	@${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|; \
		s|%%LOCALBASE%%|${LOCALBASE}|; \
		s|%%HLDSDIR%%|${HLDSDIR}|' \
		${WRKSRC}/stats.cfg

slaveport-post-install:
.for files in ${EXECUTABLES}
	 @${CHMOD} u+x ${PREFIX}${HLDSDIR}${DISTNAME}/${files}
.endfor

HALFLIFE_PORT_MASTER=	${.CURDIR}/../hlserver-flf

.include "${HALFLIFE_PORT_MASTER}/Makefile"