diff options
Diffstat (limited to 'games/slige/Makefile')
-rw-r--r-- | games/slige/Makefile | 51 |
1 files changed, 0 insertions, 51 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> |