openbsd-ports/audio/sox/Makefile
naddy 05bc8f147a * Fix Ogg Vorbis encoding for RC3.
* Radically prune DESCR.
* Update to 12.17.3.  GSM support is now integrated.
2002-01-17 00:25:51 +00:00

39 lines
873 B
Makefile

# $OpenBSD: Makefile,v 1.20 2002/01/17 00:25:51 naddy Exp $
COMMENT= "SOund eXchange - universal sound sample translator"
DISTNAME= sox-12.17.3
CATEGORIES= audio
NEED_VERSION= 1.504
HOMEPAGE= http://sox.sourceforge.net/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sox
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= autoconf
AUTOCONF_NEW= Yes
CONFIGURE_ARGS= --without-sun_audio
FLAVORS= vorbis
FLAVOR?=
.if ${FLAVOR:L:Mvorbis}
LIB_DEPENDS+= vorbis.1,vorbisenc.1,vorbisfile.2::audio/libvorbis
CONFIGURE_ARGS+= --with-ogg-vorbisinc="${LOCALBASE}/include" \
--with-ogg-vorbislib="${LOCALBASE}/lib"
.else
CONFIGURE_ARGS+= --with-ogg-vorbisinc=no
.endif
NO_REGRESS= Yes
.include <bsd.port.mk>