diff options
Diffstat (limited to 'graphics/goocanvas/Makefile')
-rw-r--r-- | graphics/goocanvas/Makefile | 24 |
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> |