aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/flowcanvas/Makefile
blob: 926adde9e10807800ec9cff4ff7087f5c5b11e9d (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
27
# New ports collection makefile for:    flowcanvas
# Date created:     2008-07-22
# Whom:         Edward Tomasz Napierala <trasz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   flowcanvas
PORTVERSION=    0.5.1
CATEGORIES= x11-toolkits
MASTER_SITES=   http://download.drobilla.net/

MAINTAINER= trasz@FreeBSD.org
COMMENT=    FlowCanvas is an interactive Gtkmm/Gnomecanvasmm widget

LIB_DEPENDS=    boost_date_time.4:${PORTSDIR}/devel/boost \
        gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
        gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26 \
        gvc.4:${PORTSDIR}/graphics/graphviz

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GNOME=  gnomehack
USE_LDCONFIG=   yes
CONFIGURE_ENV=  "CXXFLAGS=${CFLAGS} -I${LOCALBASE}/include"

.include <bsd.port.mk>