summaryrefslogtreecommitdiff
path: root/games/gtklevel9/Makefile
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2005-11-01 14:56:14 +0000
committerdillo <dillo@pkgsrc.org>2005-11-01 14:56:14 +0000
commit356cc9d4b6899c6870c9894dc5e10cc3578c5ff8 (patch)
tree1cb74ae1a34353a37ea412c3cdae57595c1f43ab /games/gtklevel9/Makefile
parentf99336daf391957007037c8f7d981daaab1d4d95 (diff)
downloadpkgsrc-356cc9d4b6899c6870c9894dc5e10cc3578c5ff8.tar.gz
Initial import of gtklevel9 4.0, a GTK+ port of the Level 9 text
adventure interpreter.
Diffstat (limited to 'games/gtklevel9/Makefile')
-rw-r--r--games/gtklevel9/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/gtklevel9/Makefile b/games/gtklevel9/Makefile
new file mode 100644
index 00000000000..612968b36f9
--- /dev/null
+++ b/games/gtklevel9/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/01 14:56:14 dillo Exp $
+
+DISTNAME= Level9_4.0_Source
+PKGNAME= gtklevel9-4.0
+CATEGORIES= games
+MASTER_SITES= http://www.ifarchive.org/if-archive/level9/interpreters/level9/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= dillo@NetBSD.org
+HOMEPAGE= http://www.ifarchive.org/if-archive/level9/interpreters/level9/
+COMMENT= GTK+ port of the Level 9 text adventure interpreter
+
+WRKSRC= ${WRKDIR}/Gtk
+
+INSTALLATION_DIRS= bin
+BUILD_TARGET= gtklevel9
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/level9
+ ${INSTALL_DATA} ${WRKDIR}/level9.txt ${PREFIX}/share/doc/level9
+ ${INSTALL_PROGRAM} ${WRKSRC}/level9 ${PREFIX}/bin
+
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"