openbsd-ports/audio/liba52/Makefile
ajacoutot 2e7a5374dd Update liba52 to 0.7.5-cvs snapshot. This was intended to be the 0.7.5
release but uptream project is essentially dead and the fixes and
improvements since 0.7.4 are worth getting in.

from Brad, maintainer timeout
2012-05-25 07:15:41 +00:00

35 lines
754 B
Makefile

# $OpenBSD: Makefile,v 1.18 2012/05/25 07:15:41 ajacoutot Exp $
COMMENT = free library for decoding ATSC A/52 streams, aka AC-3
V = 0.7.5
DISTNAME = a52dec-snapshot # 0.7.5-cvs
PKGNAME = liba52-${V}
CATEGORIES = audio
MASTER_SITES = http://comstyle.com/source/
SHARED_LIBS = a52 1.0
HOMEPAGE = http://liba52.sourceforge.net/
MAINTAINER = Marc Espie <espie@openbsd.org>
# GPLv2+
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
WANTLIB = c m ossaudio
WRKDIST = ${WRKDIR}/a52dec-${V}-cvs
USE_LIBTOOL = Yes
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = autoconf
AUTOCONF_VERSION = 2.59
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
MODGNU_CONFIG_GUESS_DIRS = ${WRKSRC}/autotools
.include <bsd.port.mk>