diff options
Diffstat (limited to 'games/linux-steam/Makefile')
-rw-r--r-- | games/linux-steam/Makefile | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/games/linux-steam/Makefile b/games/linux-steam/Makefile deleted file mode 100644 index bdcdc05c1cba..000000000000 --- a/games/linux-steam/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Created by: 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= ports@FreeBSD.org -COMMENT= Half Life and Source dedicated server using steam - -BUILD_DEPENDS= ${LINUX_BASE_PORT} - -DEPRECATED= Unmaintained interactive port -EXPIRATION_DATE=2014-08-20 - -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} ${STAGEDIR}${PREFIX}/${INSTALLDIR} - @${CP} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/${INSTALLDIR}/ - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> |