summaryrefslogtreecommitdiff
path: root/games/hex/Makefile
blob: c6ecdb1f6a5f3eb8a2c57c60145e17c263ffddb5 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:	Hex
# Version required:	0.0.2
# Date created:		9 Aug 1999
# Whom:			Will Andrews <andrews@technologist.com>
#
# $Id$
#

DISTNAME=	hex-0.0.2
CATEGORIES=	games
MASTER_SITES=	http://www.nott.ac.uk/~psystrj/ \
		http://www.psn.net/~andrews/dist/

MAINTAINER=	andrews@technologist.com

LIB_DEPENDS=	Imlib.4:${PORTSDIR}/graphics/imlib \
		gtk12.2:${PORTSDIR}/x11-toolkits/gtk12

USE_X_PREFIX=	YES

USE_GMAKE=	YES
WRKSRC=		${WRKDIR}/${DISTNAME}

pre-install:
	@${MKDIR} ${X11BASE}/share/hex
	@${MKDIR} ${X11BASE}/share/hex/levels
	@${MKDIR} ${X11BASE}/share/hex/graphics

do-install:
	@${INSTALL_PROGRAM} ${WRKSRC}/hex ${X11BASE}/bin/hex
	@${INSTALL_DATA} ${WRKSRC}/HISTORY ${X11BASE}/share/hex/HISTORY
	@${INSTALL_DATA} ${WRKSRC}/README ${X11BASE}/share/hex/README
	@${INSTALL_DATA} ${WRKSRC}/TODO ${X11BASE}/share/hex/TODO
.for i in 0 1 2 3 4 5 6 7 8
	@${INSTALL_DATA} ${WRKSRC}/graphics/ball${i}.png \
			 ${X11BASE}/share/hex/graphics/ball${i}.png
.endfor
	@${INSTALL_DATA} ${WRKSRC}/levels/Level1 \
			 ${X11BASE}/share/hex/levels/Level1

.include <bsd.port.mk>