summaryrefslogtreecommitdiff
path: root/textproc/gdome2/Makefile
diff options
context:
space:
mode:
authoradam <adam>2005-01-19 09:32:40 +0000
committeradam <adam>2005-01-19 09:32:40 +0000
commit1ab2d0da3d6b8797ec69b527c928eed6b0991d5a (patch)
tree2b6f56e356b45421a3a155ff6ffa35259334b379 /textproc/gdome2/Makefile
parentc994f589183964200d92e0673aab9bd3163bbbb6 (diff)
downloadpkgsrc-1ab2d0da3d6b8797ec69b527c928eed6b0991d5a.tar.gz
Gnome DOM (Document Object Model) engine
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"