blob: de4946d49be152183b9dfb94bc488ffc6553e507 (
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: goocanvasmm
# Date created: 2008-08-10
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
# $MCom$
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= gtkmm-3.0.1:${PORTSDIR}/x11-toolkits/gtkmm30 \
goocanvas-2.0.9:${PORTSDIR}/graphics/goocanvas2
USE_GNOME= gnomehack ltverhack
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-documentation
USE_XZ= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|