summaryrefslogtreecommitdiffstats
path: root/graphics/goocanvas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/goocanvas/Makefile')
-rw-r--r--graphics/goocanvas/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/goocanvas/Makefile b/graphics/goocanvas/Makefile
new file mode 100644
index 000000000..fa2cbfa0e
--- /dev/null
+++ b/graphics/goocanvas/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: goocanvas
+# Date created: 2006-09-20
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= goocanvas
+PORTVERSION= 0.4
+CATEGORIES= graphics
+MASTER_SITES= SOURCEFORGE
+
+MAINTAINER= ahze@FreeBSD.org
+COMMENT= Canvas widget for GTK+
+
+USE_GNOME= gtk20 gnomehack
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.mk>