mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 20:40:35 -04:00
24 lines
616 B
Makefile
24 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"
|