diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /games/linux-ssamtse | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) | |
download | ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.tar.gz ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.zip |
Notes
Diffstat (limited to 'games/linux-ssamtse')
-rw-r--r-- | games/linux-ssamtse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/linux-ssamtse/Makefile b/games/linux-ssamtse/Makefile index 9f365edfdfaf..bd4a3dcab9ed 100644 --- a/games/linux-ssamtse/Makefile +++ b/games/linux-ssamtse/Makefile @@ -7,7 +7,7 @@ PORTNAME= ssamtse PORTVERSION= b1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= # must fetch manually DISTFILES= ${PORTNAME}-${PORTVERSION:S|b|beta|}.sh.bin @@ -16,11 +16,10 @@ EXTRACT_ONLY= MAINTAINER= asa@gascom.ru COMMENT= Serious Sam - The Second Encounter -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs - NO_BUILD= yes USE_BZIP2= yes USE_REINPLACE= yes +USE_LINUX= yes USE_X_PREFIX= yes USE_GL= yes INSTALLS_SHLIB= yes @@ -59,6 +58,7 @@ post-patch: @${SED} 's|%SSAMDIR%|${SSAMDIR}|g' ${PKGDIR}/pkg-message > ${PKGMESSAGE} do-install: +# XXX: this is missing "${BRANDELF} -t Linux <executables>" @${MKDIR} ${SSAMDIR} @${TAR} --bzip2 -C ${SSAMDIR} -xf \ ${WRKDIR}/ssam/bins.tar.bz2 |