summaryrefslogtreecommitdiffstats
path: root/graphics/goocanvas2/Makefile
blob: 7db4bf4b43183d1b8973da016fcf0a1fe40a3663 (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
# New ports collection makefile for:    goocanvas
# Date created:     2006-09-20
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/graphics/goocanvas2/Makefile,v 1.5 2011/06/10 22:59:04 mezz Exp $

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

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

BUILD_DEPENDS=  g-ir-scanner:${PORTSDIR}/devel/gobject-introspection

LATEST_LINK=    goocanvas2
USE_GNOME=  gtk30 gnomehack ltverhack
USE_GMAKE=  yes
USE_AUTOTOOLS=  libtool
USE_LDCONFIG=   yes
USE_XZ=     yes

.include <bsd.port.mk>