summaryrefslogtreecommitdiff
path: root/textproc/gdome2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/gdome2/Makefile')
-rw-r--r--textproc/gdome2/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile
new file mode 100644
index 00000000000..2d6fc9a5d9b
--- /dev/null
+++ b/textproc/gdome2/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/19 09:32:40 adam Exp $
+
+DISTNAME= gdome2-0.8.1
+CATEGORIES= games
+MASTER_SITES= http://gdome2.cs.unibo.it/tarball/
+
+MAINTAINER= adam@NetBSD.org
+HOMEPAGE= http://gdome2.cs.unibo.it/
+COMMENT= Gnome DOM (Document Object Model) engine
+
+USE_BUILDLINK3= yes
+GNU_CONFIGURE= yes
+PKGCONFIG_OVERRIDE= ${WRKSRC}/gdome2.pc.in
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"