freebsd-ports/audio/raul/Makefile
Pav Lucistnik e517ea2830 - Mark BROKEN: triggers gcc segfault on amd64.
Reported by:	pointyhat
2008-12-19 20:08:38 +00:00

33 lines
770 B
Makefile

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