summaryrefslogblamecommitdiffstats
path: root/graphics/goocanvas/Makefile
blob: 058f93c5e6f8a665cd488292c04a2df8de527635 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                                
           
                                                                                       








                                      

                               








                                                                       
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
#    $MCom: ports/trunk/graphics/goocanvas/Makefile 17268 2013-04-01 05:13:11Z marcus $

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

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

USS=        pathfix
USE_GNOME=  gtk20 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>