aboutsummaryrefslogtreecommitdiffstats
path: root/games/crossword/Makefile
blob: f5565bb21695c9e0b620a8f5cb15a2541c54e251 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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/

MAINTAINER= ports@FreeBSD.org

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>