summaryrefslogtreecommitdiff
path: root/games/icebreaker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/icebreaker/Makefile')
-rw-r--r--games/icebreaker/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/games/icebreaker/Makefile b/games/icebreaker/Makefile
new file mode 100644
index 000000000000..87201cde9f96
--- /dev/null
+++ b/games/icebreaker/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: icebreaker
+# Date created: 19 October 2000
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= icebreaker
+PORTVERSION= 1.0
+CATEGORIES= games
+MASTER_SITES= http://www.mattdm.org/icebreaker/
+EXTRACT_SUFX= .tgz
+
+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}" \
+ prefix="${PREFIX}" \
+ highscoredir="${PREFIX}/share/icebreaker/scores" \
+ CHMOD="${CHMOD}" \
+ CHOWN="${CHOWN}" \
+ MKDIR="${MKDIR}"
+
+.include <bsd.port.mk>