freebsd-ports/x11-toolkits/flowcanvas/Makefile
Edward Tomasz Napierala efba0780de Update to 0.5.1.
2008-11-09 09:12:55 +00:00

27 lines
716 B
Makefile

# 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>