From 52a5b148a45c19c12742d210227c96f8871cb19e Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sat, 14 Aug 1999 03:52:28 +0000 Subject: Import of Hex. Hex is a clone of "Puzzle Bobble" for X11 w/ GTK+/Imlib. PR: 13063 Submitted by: Will Andrews --- games/hex/Makefile | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 games/hex/Makefile (limited to 'games/hex/Makefile') diff --git a/games/hex/Makefile b/games/hex/Makefile new file mode 100644 index 000000000000..c6ecdb1f6a5f --- /dev/null +++ b/games/hex/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: Hex +# Version required: 0.0.2 +# Date created: 9 Aug 1999 +# Whom: Will Andrews +# +# $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 -- cgit v1.2.3