pkgsrc/audio/sox/Makefile
tron 3d8e08c4ed Remove bougs sourceforge URL from master site list which returned a
HTML page instead of the distribution file.
2003-03-25 10:57:44 +00:00

23 lines
699 B
Makefile

# $NetBSD: Makefile,v 1.21 2003/03/25 10:57:44 tron Exp $
DISTNAME= sox-12.17.4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sox/} \
http://www.cnpbagwell.com/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://sox.sourceforge.net/
COMMENT= SOund eXchange - universal sound sample translator
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-fast-ulaw \
--enable-fast-alaw \
--with-sun-audio \
--without-oss-dsp \
--with-ogg-vorbislib=${BUILDLINK_PREFIX.libvorbis}/lib \
--with-ogg-vorbisinc=${BUILDLINK_PREFIX.libvorbis}/include
.include "../../audio/libvorbis/buildlink2.mk"
.include "../../audio/mad/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"