summaryrefslogtreecommitdiff
path: root/games/icebreaker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/icebreaker/Makefile')
-rw-r--r--games/icebreaker/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/icebreaker/Makefile b/games/icebreaker/Makefile
new file mode 100644
index 00000000000..0371a219884
--- /dev/null
+++ b/games/icebreaker/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/03/08 19:19:14 wiz Exp $
+#
+
+DISTNAME= icebreaker-1.2.1
+CATEGORIES= games
+MASTER_SITES= http://www.mattdm.org/icebreaker/1.2.x/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= wiz@netbsd.org
+HOMEPAGE= http://www.mattdm.org/icebreaker/
+COMMENT= penguin capturing simulation
+
+USE_GMAKE= yes
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/icebreaker
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/icebreaker
+
+.include "../../devel/SDL/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"