summaryrefslogtreecommitdiffstats
path: root/graphics/goocanvas/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-28 00:19:11 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-28 00:19:11 +0800
commiteee0fb2822a73e79c7047cda41b489424bed600f (patch)
treef368eccfb03671b544db675dbaa38bea50298b6b /graphics/goocanvas/Makefile
parentddb275831067b767ae7b1a1bc6e25b7bffceea47 (diff)
downloadmarcuscom-ports-eee0fb2822a73e79c7047cda41b489424bed600f.tar
marcuscom-ports-eee0fb2822a73e79c7047cda41b489424bed600f.tar.gz
marcuscom-ports-eee0fb2822a73e79c7047cda41b489424bed600f.tar.bz2
marcuscom-ports-eee0fb2822a73e79c7047cda41b489424bed600f.tar.lz
marcuscom-ports-eee0fb2822a73e79c7047cda41b489424bed600f.tar.xz
marcuscom-ports-eee0fb2822a73e79c7047cda41b489424bed600f.tar.zst
marcuscom-ports-eee0fb2822a73e79c7047cda41b489424bed600f.zip
Update to 0.9
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10568 df743ca5-7f9a-e211-a948-0013205c9059
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..2ebbbfbcd
--- /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: ports/graphics/goocanvas/Makefile,v 1.1 2006/09/21 00:08:36 ahze Exp $
+
+PORTNAME= goocanvas
+PORTVERSION= 0.9
+CATEGORIES= graphics
+MASTER_SITES= SOURCEFORGE
+
+MAINTAINER= ahze@FreeBSD.org
+COMMENT= Canvas widget for GTK+
+
+USE_GNOME= gtk20 gnomehack ltverhack
+USE_AUTOTOOLS= libtool:15
+USE_LDCONFIG= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.mk>