diff options
Diffstat (limited to 'games/crossword/Makefile')
-rw-r--r-- | games/crossword/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/games/crossword/Makefile b/games/crossword/Makefile deleted file mode 100644 index 39aff8704b26..000000000000 --- a/games/crossword/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: crossword -# Date created: Aug 11, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= crossword -PORTVERSION= 0.8.3 -CATEGORIES= games -MASTER_SITES= http://www.ldc.usb.ve/~96-28234/ - -DEPRECATED= "master site disappeared" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Crossword Generator - -WRKSRC= ${WRKDIR}/Crossword -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e "s|^CFLAGS|#CFLAGS|g" ${WRKSRC}/Makefile - -do-install: -.for file in crossword crossword_heur crw2tex - ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin -.endfor - -.include <bsd.port.mk> |