blob: 5a0073b3a8673d58bfd92d637ff16d6845f92d42 (
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$
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>
|