pkgsrc/audio/libvorbis/Makefile

31 lines
804 B
Makefile
Raw Normal View History

2002-08-05 15:11:22 +02:00
# $NetBSD: Makefile,v 1.18 2002/08/05 13:11:22 lukem Exp $
2002-08-05 15:11:22 +02:00
DISTNAME= libvorbis-1.0
PKGNAME= libvorbis-1.0.0.8
CATEGORIES= devel audio
2002-08-05 15:11:22 +02:00
MASTER_SITES= http://www.vorbis.com/files/1.0/unix/
MAINTAINER= lukem@netbsd.org
HOMEPAGE= http://www.xiph.org/ogg/vorbis/
COMMENT= Library for the Ogg Vorbis audio encoding format
#BUILD_DEPENDS+= automake>=1.4:../../devel/automake
USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-ogg-prefix=${BUILDLINK_DIR}
USE_LIBTOOL= YES
2002-08-05 15:11:22 +02:00
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PLIST_SUBST+= DISTNAME=${DISTNAME}
GCC_VERSION!=gcc --version
.if (${GCC_VERSION:C/-.*$$//} == egcs)
# "egcs" cannot be used, as it generates bad ogg files.
.include "../../lang/gcc/Makefile.gcc"
.endif
.include "../../audio/libogg/buildlink.mk"
.include "../../mk/bsd.pkg.mk"