freebsd-ports/games/crossword/Makefile
Kris Kennaway 48f02b51c7 Issue a one-month stay of execution for these ports so I can send out
an email announcing their demise and give users the chance to submit fixes.
2005-07-30 01:49:34 +00:00

32 lines
617 B
Makefile

# 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>