blob: 00dec16cc1a06ff9712660aca762a52372841963 (
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
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/graphics/goocanvasmm2/Makefile 17268 2013-04-01 05:13:11Z marcus $
PORTNAME= goocanvasmm
PORTVERSION= 1.90.8
CATEGORIES= graphics
MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= C++ bindings for the goocanvas widget for GTK
LIB_DEPENDS= goocanvas-2.0.9:${PORTSDIR}/graphics/goocanvas2
USES= pathfix
USE_GNOME= ltverhack gtkmm30
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-documentation
USE_XZ= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|