summaryrefslogtreecommitdiffstats
path: root/games/xscrabble/Makefile
blob: 4777a30883b719a809340e4f6a7dbdbd613798f6 (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
38
39
40
41
42
43
44
45
46
47
# New ports collection makefile for:	xscrabble
# Date created:		27 July 1997
# Whom:			Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	xscrabble
PORTVERSION=	2.10
CATEGORIES=	games
MASTER_SITES=	ftp://ftp.ac-grenoble.fr/ge/educational_games/
DISTFILES=	${PORTNAME}-${PORTVERSION}.tgz ${PORTNAME}_en.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	X version of the popular board game

USE_IMAKE=	yes
USE_XPM=	yes
USE_REINPLACE=	yes
NO_INSTALL_MANPAGES=	yes

XSCRABBLEDIR=	${PREFIX}/lib/X11/xscrabble

post-patch:
	@${ECHO_CMD} '#define VERSION ${PORTVERSION:S/.//g}' \
		> ${WRKSRC}/src/config.h
	@${ECHO_CMD} '#define DICT_FILE "${XSCRABBLEDIR}/OSPD3.gz"' \
		>> ${WRKSRC}/src/config.h
	@${ECHO_CMD} '#define SCORE_FILE "${XSCRABBLEDIR}/scrabble_scores"' \
		>> ${WRKSRC}/src/config.h
	@${ECHO_CMD} '#define RULES_FILE "${XSCRABBLEDIR}/scrabble_rules"' \
		>> ${WRKSRC}/src/config.h
	@${SED} -e 's|/usr/games/lib/scrabble/en|${XSCRABBLEDIR}|g' \
		${WRKSRC}/../xscrabble_en/app-defaults/XScrabble_en \
		> ${WRKSRC}/XScrabble
	@${REINPLACE_CMD} -e 's|= -O|=$$(CDEBUGFLAGS)|g' ${WRKSRC}/Imakefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/src/xscrab ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/src/xscrabble ${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/XScrabble ${PREFIX}/lib/X11/app-defaults
	@${MKDIR} ${XSCRABBLEDIR}
.for file in OSPD3.gz duplicate scrabble_rules scrabble_scores
	${INSTALL_DATA} ${WRKSRC}/../xscrabble_en/lib/${file} ${XSCRABBLEDIR}
.endfor

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