summaryrefslogblamecommitdiffstats
path: root/graphics/goocanvas/Makefile
blob: f8cad968e351d4ff592a32c6aae530e2b8f5df92 (plain) (tree)
























                                                                                  
# 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.3 2008/02/27 16:19:11 ahze Exp $

PORTNAME=   goocanvas
PORTVERSION=    1.0.0
CATEGORIES= graphics
MASTER_SITES=   GNOME

MAINTAINER= kwm@FreeBSD.org
COMMENT=    Canvas widget for GTK+

USE_GNOME=  gtk20 gnomehack ltverhack
USE_AUTOTOOLS=  libtool
USE_LDCONFIG=   yes
USE_BZIP2=  yes

post-patch:
    @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \
        ${WRKSRC}/configure

.include <bsd.port.mk>