summaryrefslogtreecommitdiffstats
path: root/graphics/goocanvas2/Makefile
blob: 43eb3d733f414900fbd7d65cb3f5b5da4142a421 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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=   goocanvas2
PORTVERSION=    1.90.0
CATEGORIES= graphics
MASTER_SITES=   GNOME
DISTNAME=   ${PORTNAME:S/2//}-${PORTVERSION}

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

USE_GNOME=  gtk30 gnomehack ltverhack
USE_AUTOTOOLS=  libtool:22
USE_LDCONFIG=   yes
USE_BZIP2=  yes

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

.include <bsd.port.mk>