summaryrefslogtreecommitdiff
path: root/games/tuxpuck/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-31 14:08:59 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-31 14:08:59 +0000
commitbe501e65e759efdc61a3b36fa077a8de5966aad9 (patch)
tree2f04c7a04fab808ac2f234579ac4839e7e051bce /games/tuxpuck/Makefile
parentAdd wmfirew 0.20, a dockapp that shows fireworks in action. (diff)
add tuxpuck 0.7.116
Shufflepuck Cafe Clone PR: 37512 Submitted by: Jan Stocker <Jan.Stocker@t-online.de>
Notes
Notes: svn path=/head/; revision=60381
Diffstat (limited to 'games/tuxpuck/Makefile')
-rw-r--r--games/tuxpuck/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/games/tuxpuck/Makefile b/games/tuxpuck/Makefile
new file mode 100644
index 000000000000..20041894a77a
--- /dev/null
+++ b/games/tuxpuck/Makefile
@@ -0,0 +1,31 @@
+# ex:ts=8
+# New ports collection makefile for: tuxpuck
+# Date created: 25 April 2002
+# Whom: Jan Stocker <Jan.Stocker@t-online.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tuxpuck
+PORTVERSION= 0.7.116
+CATEGORIES= games
+MASTER_SITES= http://www.efd.lth.se/~d00jkr/tuxpuck/
+
+MAINTAINER= Jan.Stocker@t-online.de
+
+LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \
+ png.5:${PORTSDIR}/graphics/png \
+ vorbis.1:${PORTSDIR}/audio/libvorbis
+
+SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
+USE_GMAKE= yes
+MAKE_ENV= SDL_CONFIG="${SDL_CONFIG}"
+
+MANCOMPRESSED= yes
+MAN6= tuxpuck.6
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tuxpuck ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man/tuxpuck.6.gz ${MANPREFIX}/man/man6
+
+.include <bsd.port.mk>