mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
015046aa09
Half-Life, Counter-Strike, and Counter-Strike Condition Zero are all being made available through Steam. This is a dedicated server, Linux version. PR: ports/60660 Submitted by: Hideki Machida <hido@neojapangz.com>
31 lines
737 B
Makefile
31 lines
737 B
Makefile
# New ports collection makefile for: hlstats
|
|
# Date created: 29 December 2003
|
|
# Whom: hideki
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= steam
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= games linux
|
|
MASTER_SITES= http://hlstats.neojapangz.com/files/
|
|
PKGNAMEPREFIX= linux-
|
|
|
|
MAINTAINER= hido@neojapangz.com
|
|
COMMENT= Half Life dedicated server running on steam
|
|
|
|
IS_INTERACTIVE= yes
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
USE_LINUX= yes
|
|
|
|
do-build:
|
|
@ ${CHMOD} +x ${WRKDIR}/hldsupdatetool.bin && cd ${WRKDIR} && ./hldsupdatetool.bin
|
|
@ ${CAT} pkg-message | ${SED} 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE}
|
|
|
|
do-install:
|
|
@ ${MKDIR} ${PREFIX}/${PORTNAME}
|
|
@ ${CP} ${WRKDIR}/${PORTNAME} ${PREFIX}/${PORTNAME}/
|
|
@ ${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|