diff options
Diffstat (limited to 'games/slige')
-rw-r--r-- | games/slige/Makefile | 51 | ||||
-rw-r--r-- | games/slige/distinfo | 4 | ||||
-rw-r--r-- | games/slige/pkg-descr | 7 | ||||
-rw-r--r-- | games/slige/pkg-plist | 6 |
4 files changed, 0 insertions, 68 deletions
diff --git a/games/slige/Makefile b/games/slige/Makefile deleted file mode 100644 index f3f31e852c4c..000000000000 --- a/games/slige/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: slige -# Date created: 2006-10-09 -# Whom: alepulver -# -# $FreeBSD$ -# - -PORTNAME= slige -PORTVERSION= 485 -CATEGORIES= games -MASTER_SITES= http://members.aol.com/dmchess/ -DISTNAME= ${PORTNAME}src - -MAINTAINER= ports@FreeBSD.org -COMMENT= DOOM level generator - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -USE_ZIP= yes -NO_WRKSUBDIR= yes - -OPTIONS= PATCH "Use patch to make rooms more open and puzzly" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_PATCH) -PATCH_SITES= http://www.samiam.org/ -PATCHFILES= ${PORTNAME}.patch -.endif - -post-extract: - @cd ${WRKSRC} && for f in *; do \ - ${MV} $$f `echo $$f | ${TR} "[:upper:]" "[:lower:]"`; done - -post-patch: - @${REINPLACE_CMD} -e '$$d' ${WRKSRC}/slige.c - -do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} slige.c - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/*.cfg ${EXAMPLESDIR} -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.txt ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/games/slige/distinfo b/games/slige/distinfo deleted file mode 100644 index 11c7fcda9c73..000000000000 --- a/games/slige/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (sligesrc.zip) = 8a33b4f75ccc1846558db6eaf7efb4e06e5e263855d4a8db2c7c89b9cdc6f008 -SIZE (sligesrc.zip) = 163119 -SHA256 (slige.patch) = 8dd6a05f6a3011ddeaba954b1cd3bec078dad6351f7712164d87bae2d5e8f281 -SIZE (slige.patch) = 2427 diff --git a/games/slige/pkg-descr b/games/slige/pkg-descr deleted file mode 100644 index a66493df4820..000000000000 --- a/games/slige/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -SLIGE is a Win32 (i.e. Windows 95 or NT or 3.1 with Win32s) program -(compilable also for DOS and Linux) that produces brand-new levels for DOOM or -DOOM II. If you're tired of the levels and PWADs that you have, you can use -SLIGE to generate dozens or hundreds or thousands more. Some of them will -probably be pretty good, too (he said modestly). - -WWW: http://www.doomworld.com/slige/ diff --git a/games/slige/pkg-plist b/games/slige/pkg-plist deleted file mode 100644 index 56fadf9eb002..000000000000 --- a/games/slige/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/slige -%%EXAMPLESDIR%%/blue.cfg -%%EXAMPLESDIR%%/slige.cfg -%%PORTDOCS%%%%DOCSDIR%%/slige.txt -@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% |