aboutsummaryrefslogtreecommitdiffstats
path: root/audio/patchage/Makefile
blob: 5685995299e01c44d5c89fcc99a0d07f5f53de56 (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:    patchage
# Date created:     2008-07-22
# Whom:         Edward Tomasz Napierala <trasz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   patchage
PORTVERSION=    0.4.2
CATEGORIES= audio
MASTER_SITES=   http://download.drobilla.net/

MAINTAINER= trasz@FreeBSD.org
COMMENT=    Modular patch bay for Jack

LIB_DEPENDS=    boost_date_time.4:${PORTSDIR}/devel/boost \
        glibmm-2.4.1:${PORTSDIR}/devel/glibmm \
        glademm-2.4:${PORTSDIR}/devel/libglademm24 \
        raul.2:${PORTSDIR}/audio/raul \
        flowcanvas.2:${PORTSDIR}/x11-toolkits/flowcanvas

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

.include <bsd.port.mk>