aboutsummaryrefslogtreecommitdiffstats
path: root/audio/raul/Makefile
blob: bb58ed7222b4649b4582e6da958a77429e47fc5c (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
29
30
31
32
33
34
35
36
# New ports collection makefile for:    raul
# Date created:     2008-07-22
# Whom:         Edward Tomasz Napierala <trasz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   raul
PORTVERSION=    0.5.1
PORTREVISION=   3
CATEGORIES= audio
MASTER_SITES=   http://download.drobilla.net/

MAINTAINER= ports@FreeBSD.org
COMMENT=    C++ utility library primarily aimed at audio/musical applications

LIB_DEPENDS=    boost_date_time.4:${PORTSDIR}/devel/boost-libs \
        jack.0:${PORTSDIR}/audio/jack \
        lash.2:${PORTSDIR}/audio/lash \
        glibmm-2.4.1:${PORTSDIR}/devel/glibmm

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

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 700000
BROKEN=     Does not compile
.endif

.include <bsd.port.post.mk>