summaryrefslogtreecommitdiff
path: root/games/defendguin/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-02-08 12:43:00 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-02-08 12:43:00 +0000
commite40a42b1a40624f7d055a61c2e4ef41cdbd2247e (patch)
tree726bd5acd252a95f29e558fb2abc76077ea825ac /games/defendguin/Makefile
parentFix typo (diff)
Add defendguin 0.0.6, another shoot-the-Bill game.
Notes
Notes: svn path=/head/; revision=38100
Diffstat (limited to 'games/defendguin/Makefile')
-rw-r--r--games/defendguin/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/defendguin/Makefile b/games/defendguin/Makefile
new file mode 100644
index 000000000000..0717372f228a
--- /dev/null
+++ b/games/defendguin/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: defendguin
+# Date created: 8 February 2001
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= defendguin
+PORTVERSION= 0.0.6
+CATEGORIES= games
+MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/defendguin/
+
+MAINTAINER= sobomax@FreeBSD.org
+
+LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
+
+SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
+
+USE_GMAKE= yes
+MAKE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
+ MKDIR="${MKDIR}" \
+ TAR="${TAR}"
+
+.include <bsd.port.mk>