pkgsrc/audio/libvorbis/Makefile
grant f090d9cc71 bump PKGREVISION for wrapper -fast -xnolibmopt fix. this was the only
package which used -fast which was actually building.
2005-08-20 11:36:05 +00:00

28 lines
672 B
Makefile

# $NetBSD: Makefile,v 1.38 2005/08/20 11:36:05 grant Exp $
DISTNAME= libvorbis-1.1.0
PKGREVISION= 2
CATEGORIES= devel audio
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
MAINTAINER= lukem@NetBSD.org
HOMEPAGE= http://www.xiph.org/ogg/vorbis/
COMMENT= Library for the Ogg Vorbis audio encoding format
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
GCC_REQD+= 2.95.3
# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE}
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"