summaryrefslogtreecommitdiff
path: root/x11-toolkits/flowcanvas/Makefile
blob: 713a3b3eaacff9a94bbd2be07055980839d311fd (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
28
# 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
PORTREVISION=	4
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-libs \
		gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
		gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26 \
		gvc.5:${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>