freebsd-ports/audio/sineshaper/Makefile
Pav Lucistnik 4ce05da19d - Mark BROKEN everywhere now
Reported by:	pointyhat
2009-01-27 20:02:10 +00:00

34 lines
866 B
Makefile

# New ports collection makefile for: sineshaper
# Date created: 2008-05-16
# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sineshaper
PORTVERSION= 0.4.2
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://ll-plugins.sourceforge.net/release/
MAINTAINER= trasz@FreeBSD.org
COMMENT= Monophonic synth plugin with two oscillators and waveshapers
LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
lo.6:${PORTSDIR}/audio/liblo \
jack.0:${PORTSDIR}/audio/jack \
glademm-2.4:${PORTSDIR}/devel/libglademm24
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GCC= 4.2+
CFLAGS+= -I${LOCALBASE}/include/dssi
USE_AUTOTOOLS= autoconf:262 automake:110:env libtool:15
BROKEN= does not compile
pre-configure:
cd ${WRKSRC} && ${AUTORECONF}
.include <bsd.port.mk>