openbsd-ports/audio/jack/Makefile
bcallah 63eeca4c3e Remove --disable-external-libs from audio/libsndfile. Needed for the import of audio/mscore.
Bump all dependent ports that need a bump.
Assign MAINTAINER of audio/libsamplerate and audio/libsndfile to Jan Stary.

ok landry@ sthen@ aja@ jasper@ jeremy@ Jan Stary (MAINTAINER)
2013-01-26 15:53:20 +00:00

71 lines
1.6 KiB
Makefile

# $OpenBSD: Makefile,v 1.25 2013/01/26 15:53:20 bcallah Exp $
SHARED_ONLY = Yes
COMMENT = low latency sound server
V = 0.121.3
DISTNAME = jack-audio-connection-kit-${V}
PKGNAME = jack-${V}
REVISION = 3
CATEGORIES = audio
SHARED_LIBS += jack 0.0 # 0.28
SHARED_LIBS += jackserver 0.0 # 0.28
HOMEPAGE = http://jackaudio.org/
# LGPLv2/GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += c celt0>=1 m pthread readline samplerate sndfile
WANTLIB += sndio termcap FLAC ogg vorbis vorbisenc
MASTER_SITES = ${HOMEPAGE}downloads/
LIB_DEPENDS = audio/libsndfile \
audio/libsamplerate \
audio/celt>=0.11.0
# uses macros from libtool.m4
BUILD_DEPENDS = devel/libtool
USE_LIBTOOL = Yes
USE_GROFF = Yes
LIBTOOL_FLAGS += --tag=disable-static
AUTOCONF_VERSION = 2.65
AUTOMAKE_VERSION = 1.10
CONFIGURE_STYLE = autoconf automake
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
--with-default-tmpdir=/var/tmp \
--disable-sun \
--disable-portaudio \
--disable-optimize
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
HAVE_DOXYGEN="false"
.ifdef DEBUG
CONFIGURE_ARGS += --enable-debug
.endif
post-extract:
mkdir -p ${WRKSRC}/drivers/sndio
cp ${FILESDIR}/Makefile.am ${FILESDIR}/sndio_driver.{c,h} \
${WRKSRC}/drivers/sndio
AUTO_ENV= AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
AUTOCONF_VERSION=${AUTOCONF_VERSION}
post-patch:
cd ${WRKSRC}; ${AUTO_ENV} aclocal
pre-configure:
cd ${WRKSRC}; ${AUTO_ENV} automake --add-missing --foreign
.include <bsd.port.mk>