summaryrefslogtreecommitdiffstats
path: root/games/xwordpy/Makefile
blob: 80584d0b3cf30f6f9323decc721e774ad672748a (plain)
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
28
29
30
31
32
33
34
35
36
37
# Created by: bf2006a@yahoo.com
# $FreeBSD$

PORTNAME=	xwordpy
PORTVERSION=	1.0
PORTREVISION=	4
CATEGORIES=	games
MASTER_SITES=	http://x-word.org/
DISTNAME=	xword-${PORTVERSION}

MAINTAINER=	bf@FreeBSD.org
COMMENT=	Application for solving crossword puzzles in the Across Lite format

BROKEN=		unfetchable
USE_GNOME=	pygtk2
USES=		python
NO_BUILD=	yes
NO_ARCH=	yes

PLIST_FILES=	bin/xwordpy \
		%%DATADIR%%/crossword-check-all.png \
		%%DATADIR%%/crossword-check.png \
		%%DATADIR%%/crossword-clock.png \
		%%DATADIR%%/crossword-solve.png \
		%%DATADIR%%/layout-rtb.png

post-patch:
	@${REINPLACE_CMD} -e "s|%%DATADIR%%|\'${DATADIR}\'|g" \
		-e "s|/usr/bin/python|${PYTHON_CMD}|g" \
		${WRKSRC}/xword

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/xword ${STAGEDIR}${PREFIX}/bin/xwordpy
	@${MKDIR} ${STAGEDIR}${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/*.png ${STAGEDIR}${DATADIR}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud