openbsd-ports/audio/sox/Makefile

38 lines
855 B
Makefile
Raw Normal View History

2002-05-13 14:50:36 -04:00
# $OpenBSD: Makefile,v 1.21 2002/05/13 18:50:37 espie Exp $
1998-05-16 21:05:56 -04:00
COMMENT= "SOund eXchange - universal sound sample translator"
DISTNAME= sox-12.17.3
1998-05-16 21:05:56 -04:00
CATEGORIES= audio
2001-12-31 04:45:55 -05:00
NEED_VERSION= 1.504
HOMEPAGE= http://sox.sourceforge.net/
2000-09-10 12:05:01 -04:00
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
1999-06-03 16:42:39 -04:00
2000-03-09 02:48:40 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-03-07 00:00:49 -05:00
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sox/}
2000-09-10 12:05:01 -04:00
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= autoconf
AUTOCONF_NEW= Yes
CONFIGURE_ARGS= --without-sun_audio
2000-09-10 12:05:01 -04:00
FLAVORS= vorbis
2000-09-10 12:05:01 -04:00
FLAVOR?=
1998-05-16 21:05:56 -04:00
.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
1998-05-16 21:05:56 -04:00
.include <bsd.port.mk>