pkgsrc/audio/libvorbis/Makefile
wiz 5ecd10ddd5 Update to 1.3.4:
Xiph.Org is pleased to announce a full release of libvorbis 1.3.4.
The primary feature of this release is reduced static data size in
libvorbisenc, as well as associated minor changes required to
libvorbis and libvorbisfile. The release also contains minor build
fixes and build system updates. There are no functional changes
over the previous 1.3.3 release.
2014-01-27 20:17:01 +00:00

23 lines
616 B
Makefile

# $NetBSD: Makefile,v 1.56 2014/01/27 20:17:01 wiz Exp $
DISTNAME= libvorbis-1.3.4
CATEGORIES= devel audio
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.xiph.org/vorbis/
COMMENT= Library for the Ogg Vorbis audio encoding format
LICENSE= modified-bsd
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= vorbis.pc.in
PKGCONFIG_OVERRIDE+= vorbisenc.pc.in
PKGCONFIG_OVERRIDE+= vorbisfile.pc.in
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"