diff options
Diffstat (limited to 'games/linux-ssamtse')
-rw-r--r-- | games/linux-ssamtse/Makefile | 70 | ||||
-rw-r--r-- | games/linux-ssamtse/distinfo | 1 | ||||
-rw-r--r-- | games/linux-ssamtse/files/patch-bin_ssamtse | 21 | ||||
-rw-r--r-- | games/linux-ssamtse/pkg-descr | 8 | ||||
-rw-r--r-- | games/linux-ssamtse/pkg-message | 11 | ||||
-rw-r--r-- | games/linux-ssamtse/pkg-plist | 20 |
6 files changed, 0 insertions, 131 deletions
diff --git a/games/linux-ssamtse/Makefile b/games/linux-ssamtse/Makefile deleted file mode 100644 index 73b45865c42f..000000000000 --- a/games/linux-ssamtse/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: ssamtse -# Date created: 25 November 2003 -# Whom: Sergey Akifyev -# -# $FreeBSD$ -# - -PORTNAME= ssamtse -PORTVERSION= b1 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= # must fetch manually -DISTFILES= ${PORTNAME}-${PORTVERSION:S|b|beta|}.sh.bin -EXTRACT_ONLY= - -MAINTAINER= ports@FreeBSD.org -COMMENT= Serious Sam - The Second Encounter - -NO_BUILD= yes -USE_BZIP2= yes -USE_LINUX= yes -USE_X_PREFIX= yes -USE_GL= yes -INSTALLS_SHLIB= yes -NO_PACKAGE= yes # distfiles must be downloaded manually, wierd legal issues etc etc etc. - -SSAMDIR= ${PREFIX}/ssam -SERIOUS_MHZ?= 1000 -PKGMESSAGE= ${WRKDIR}/pkgmsg - -ONLY_FOR_ARCHS= i386 - -pre-fetch: - @if test ! -e "${DISTDIR}/${DISTFILES}"; then \ - ${ECHO_MSG} "Warning: you should fetch distfiles for this port"; \ - ${ECHO_MSG} "manually! Google for 'serious sam linux', and get"; \ - ${ECHO_MSG} "following files into distdir:"; \ - ${ECHO_MSG} " ${DISTFILES}"; \ - ${ECHO_MSG} "I'll enable auto-fetch, when licensing issues"; \ - ${ECHO_MSG} "become clear"; \ - ${FALSE}; \ - fi - -post-extract: -.if !exists("${WRKDIR}/ssam/") - @${ECHO} n | ${SH} ${DISTDIR}/${DISTFILES} --keep --nox11 --confirm \ - --target ${WRKDIR}/ssam - @${ECHO_MSG} "" -.endif - @${MKDIR} ${WRKSRC} - @${TAR} -C ${WRKSRC} -xzf ${WRKDIR}/ssam/setupstuff.tar.gz - -post-patch: - @${REINPLACE_CMD} -e 's|%SSAMTSE_DATA_PATH%|${SSAMDIR}/Bin|g' \ - -e 's|%SERIOUS_MHZ%|${SERIOUS_MHZ}|g' \ - ${WRKSRC}/bin/ssamtse - @${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 - @${LN} -sf ${SSAMDIR}/Bin/libogg.so ${SSAMDIR}/Bin/libogg.so.0 - @${LN} -sf ${SSAMDIR}/Bin/libGameMP.so ${SSAMDIR}/Bin/libGame.so - @${LN} -sf ${SSAMDIR}/Bin/libEntitiesMP.so ${SSAMDIR}/Bin/libEntities.so - @${INSTALL_SCRIPT} ${WRKSRC}/bin/ssamtse ${PREFIX}/bin/ssamtse - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/games/linux-ssamtse/distinfo b/games/linux-ssamtse/distinfo deleted file mode 100644 index 2be1f20f5d26..000000000000 --- a/games/linux-ssamtse/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ssamtse-beta1.sh.bin) = 38ba5a60f9f7132a25f92f8aa40c1ba0 diff --git a/games/linux-ssamtse/files/patch-bin_ssamtse b/games/linux-ssamtse/files/patch-bin_ssamtse deleted file mode 100644 index 697068320854..000000000000 --- a/games/linux-ssamtse/files/patch-bin_ssamtse +++ /dev/null @@ -1,21 +0,0 @@ ---- bin/ssamtse.orig Fri Mar 14 07:07:05 2003 -+++ bin/ssamtse Tue Nov 25 09:14:55 2003 -@@ -3,6 +3,8 @@ - # Serious Sam: The Second Encounter startup script - # - -+SSAMTSE_DATA_PATH=/usr/local/ssam/Bin -+ - # Function to find the real directory a program resides in. - # Feb. 17, 2000 - Sam Lantinga, Loki Entertainment Software - FindPath() -@@ -41,6 +43,9 @@ - - LD_LIBRARY_PATH=.:${SSAMTSE_DATA_PATH}:${LD_LIBRARY_PATH} - export LD_LIBRARY_PATH -+ -+export __GL_SINGLE_THREADED=yes -+export SERIOUS_MHZ=%SERIOUS_MHZ% - - # Let's boogie! - if [ -x "${SSAMTSE_DATA_PATH}/ssam_lnx" ] diff --git a/games/linux-ssamtse/pkg-descr b/games/linux-ssamtse/pkg-descr deleted file mode 100644 index f3c34d6e462b..000000000000 --- a/games/linux-ssamtse/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Sam is back in the all new Second Episode of his -battles with his arch-enemy Mental! After finding -the Sirian spacecraft in ancient Egypt, Sam -"Serious" Stonr hijacked it and headed for Mental -himself! - -Warning: You still need original game data files -to play. diff --git a/games/linux-ssamtse/pkg-message b/games/linux-ssamtse/pkg-message deleted file mode 100644 index e35c4721d2fd..000000000000 --- a/games/linux-ssamtse/pkg-message +++ /dev/null @@ -1,11 +0,0 @@ -Serious Sam - The Second Encounter linux binaries are now -installed. But it's up to you to copy SSam data files -to %SSAMDIR%. - -Also, you need to edit ssamtse executable (this is a shell -script) to set correct CPU frequency in SERIOUS_MHZ variable. -This variable can also be passed to make at port build time. - -I hope, this will be fixed someday... -(especially if someone mails me file list -of original game CD) diff --git a/games/linux-ssamtse/pkg-plist b/games/linux-ssamtse/pkg-plist deleted file mode 100644 index 91ac9dcb8fde..000000000000 --- a/games/linux-ssamtse/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -bin/ssamtse -ssam/Bin/libEntitiesMP.so -ssam/Bin/libamp11lib.so -ssam/Bin/libvorbis.so -ssam/Bin/ssam_lnx.dynamic -ssam/Bin/libGameMP.so -ssam/Bin/libvorbisfile.so -ssam/Bin/ssam_lnxded -ssam/Bin/libShaders.so -ssam/Bin/libogg.so -ssam/Bin/ssam_lnx -ssam/Bin/ssam_lnxded.dynamic -@exec ln -sf %D/ssam/Bin/libogg.so %D/ssam/Bin/libogg.so.0 -@exec ln -sf %D/ssam/Bin/libGameMP.so %D/ssam/Bin/libGame.so -@exec ln -sf %D/ssam/Bin/libEntitiesMP.so %D/ssam/Bin/libEntities.so -@unexec rm %D/ssam/Bin/libogg.so.0 2>&1 >/dev/null || true -@unexec rm %D/ssam/Bin/libGame.so 2>&1 >/dev/null || true -@unexec rm %D/ssam/Bin/libEntities.so 2>&1 >/dev/null || true -@dirrm ssam/Bin -@dirrm ssam |