summaryrefslogtreecommitdiff
path: root/games/ivan/Makefile
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2004-06-26 03:54:37 +0000
committerben <ben@pkgsrc.org>2004-06-26 03:54:37 +0000
commit589e46e4a17c5aad73fac31b0922a87261d58e61 (patch)
tree5c0ab5d4602f284f73e6bb66d0038a9a6c92c60f /games/ivan/Makefile
parent5f67629488ca83e5651a1f8ad9846d1a607a4fb2 (diff)
downloadpkgsrc-589e46e4a17c5aad73fac31b0922a87261d58e61.tar.gz
Initial import of ivan-0.430, a graphical roguelike featuring deep gameplay.
Diffstat (limited to 'games/ivan/Makefile')
-rw-r--r--games/ivan/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/ivan/Makefile b/games/ivan/Makefile
new file mode 100644
index 00000000000..cab7395b8f2
--- /dev/null
+++ b/games/ivan/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/26 03:54:37 ben Exp $
+#
+
+DISTNAME= ivan-0.430
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ivan/}
+
+MAINTAINER= ben@NetBSD.org
+HOMEPAGE= http://ivan.sourceforge.net/
+COMMENT= Graphical roguelike featuring deep gameplay
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+GNU_CONFIGURE= YES
+
+CONFIGURE_ARGS+= --localstatedir=${PREFIX}/share
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"