openbsd-ports/audio/tremor/Makefile
ajacoutot ed82376280 Update to an up to date snapshot of the Tremor decoder.
* fixes a few security related issues and a good number of bugs

from Brad
2012-04-28 09:03:08 +00:00

42 lines
852 B
Makefile

# $OpenBSD: Makefile,v 1.18 2012/04/28 09:03:08 ajacoutot Exp $
COMMENT= integer-only, fully Ogg Vorbis compliant decoder library
DISTNAME= tremor-20120410
CATEGORIES= audio
MASTER_SITES= http://comstyle.com/source/
EXTRACT_SUFX= .tar.bz2
SHARED_LIBS= vorbisidec 3.0
HOMEPAGE= http://www.xiph.org/vorbis/
# BSD
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= ogg
LIB_DEPENDS= audio/libogg
# autogen.sh needs libtoolize
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS} \
devel/libtool
AUTOCONF_VERSION= 2.61
AUTOMAKE_VERSION= 1.10
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
WRKDIST= ${WRKDIR}/Tremor
post-patch:
@cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} ./autogen.sh
.include <bsd.port.mk>