blob: 15b2154f2cdae3961c23e4aadc11e81ce2eed2d9 (
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
|
# 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
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/
MAINTAINER= trasz@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
CONFIGURE_ENV= "CXXFLAGS=${CFLAGS} -I${LOCALBASE}/include"
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= triggers gcc segfault on amd64
.endif
.include <bsd.port.post.mk>
|