1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

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/
This commit is contained in:
Alejandro Pulver 2006-10-31 19:17:09 +00:00
parent 468dc002c2
commit 202a5a6d35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175914
5 changed files with 68 additions and 0 deletions

View File

@ -640,6 +640,7 @@
SUBDIR += sjeng
SUBDIR += sl
SUBDIR += slashem-tty
SUBDIR += slige
SUBDIR += slune
SUBDIR += smiley
SUBDIR += sokoban

48
games/slige/Makefile Normal file
View File

@ -0,0 +1,48 @@
# 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= alepulver@FreeBSD.org
COMMENT= DOOM level generator
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>

6
games/slige/distinfo Normal file
View File

@ -0,0 +1,6 @@
MD5 (sligesrc.zip) = 5f0d3318a0ce8e24bdefd18f465fa215
SHA256 (sligesrc.zip) = 8a33b4f75ccc1846558db6eaf7efb4e06e5e263855d4a8db2c7c89b9cdc6f008
SIZE (sligesrc.zip) = 163119
MD5 (slige.patch) = 31d824cf25192ac141a29f10d193b527
SHA256 (slige.patch) = 8dd6a05f6a3011ddeaba954b1cd3bec078dad6351f7712164d87bae2d5e8f281
SIZE (slige.patch) = 2427

7
games/slige/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
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/

6
games/slige/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
bin/slige
%%EXAMPLESDIR%%/blue.cfg
%%EXAMPLESDIR%%/slige.cfg
%%PORTDOCS%%%%DOCSDIR%%/slige.txt
@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%