2006-10-14 10:53:20 +02:00
|
|
|
# New ports collection makefile for: goocanvas
|
|
|
|
# Date created: 2006-09-20
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2008-03-24 04:52:36 +01:00
|
|
|
# $MCom: ports/graphics/goocanvas/Makefile,v 1.3 2008/02/27 16:19:11 ahze Exp $
|
2006-10-14 10:53:20 +02:00
|
|
|
|
|
|
|
PORTNAME= goocanvas
|
2009-07-03 13:28:43 +02:00
|
|
|
PORTVERSION= 0.15
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 1
|
2006-10-14 10:53:20 +02:00
|
|
|
CATEGORIES= graphics
|
2008-08-10 20:33:38 +02:00
|
|
|
MASTER_SITES= GNOME
|
2006-10-14 10:53:20 +02:00
|
|
|
|
|
|
|
MAINTAINER= ahze@FreeBSD.org
|
|
|
|
COMMENT= Canvas widget for GTK+
|
|
|
|
|
2008-03-24 04:52:36 +01:00
|
|
|
USE_GNOME= gtk20 gnomehack ltverhack
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2006-10-14 10:53:20 +02:00
|
|
|
USE_LDCONFIG= yes
|
2008-08-10 20:33:38 +02:00
|
|
|
USE_BZIP2= yes
|
2006-10-14 10:53:20 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|