mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
ebe5e92722
PR: ports/142533 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Approved by: "Christopher J. Umina" <chris@easymac.org> (maintainer)
46 lines
1.0 KiB
Makefile
46 lines
1.0 KiB
Makefile
# New ports collection makefile for: hlstats
|
|
# Date created: 29 December 2003
|
|
# Whom: hideki
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= steam
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= games linux
|
|
MASTER_SITES= http://storefront.steampowered.com/download/
|
|
PKGNAMEPREFIX= linux-
|
|
DISTNAME= hldsupdatetool.bin
|
|
EXTRACT_SUFX=
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= chris@easymac.org
|
|
COMMENT= Half Life and Source dedicated server using steam
|
|
|
|
BUILD_DEPENDS= ${LINUX_BASE_PORT}
|
|
|
|
IS_INTERACTIVE= yes
|
|
USE_LINUX= yes
|
|
USE_LINUX_APPS= xorglibs
|
|
|
|
INSTALLDIR?= steam
|
|
|
|
SUB_FILES= pkg-message
|
|
SUB_LIST= INSTALLDIR=${PREFIX}/${INSTALLDIR}
|
|
PLIST_SUB+= INSTALLDIR=${INSTALLDIR}
|
|
|
|
pre-everything::
|
|
@${ECHO_MSG} "You can use the INSTALLDIR option to change the install directory."
|
|
|
|
do-build:
|
|
@${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
|
|
@${BRANDELF} -t Linux ${WRKDIR}/${DISTFILES}
|
|
@${CHMOD} +x ${WRKDIR}/${DISTFILES} && cd ${WRKDIR} && ./${DISTFILES}
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/${INSTALLDIR}
|
|
@${CP} ${WRKDIR}/${PORTNAME} ${PREFIX}/${INSTALLDIR}/
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|