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
|
|
|
|
2001-04-12 23:23:59 -04:00
|
|
|
COMMENT= "SOund eXchange - universal sound sample translator"
|
2001-10-27 10:02:22 -04:00
|
|
|
|
2002-01-16 19:25:51 -05:00
|
|
|
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
|
2001-10-27 10:02:22 -04:00
|
|
|
HOMEPAGE= http://sox.sourceforge.net/
|
2000-09-10 12:05:01 -04:00
|
|
|
|
2001-10-27 10:02:22 -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/}
|
2001-10-27 10:02:22 -04:00
|
|
|
|
2000-09-10 12:05:01 -04:00
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
CONFIGURE_STYLE= autoconf
|
2002-01-16 19:25:51 -05:00
|
|
|
AUTOCONF_NEW= Yes
|
|
|
|
CONFIGURE_ARGS= --without-sun_audio
|
2000-09-10 12:05:01 -04:00
|
|
|
|
2002-01-16 19:25:51 -05:00
|
|
|
FLAVORS= vorbis
|
2000-09-10 12:05:01 -04:00
|
|
|
FLAVOR?=
|
1998-05-16 21:05:56 -04:00
|
|
|
|
2001-10-27 10:02:22 -04:00
|
|
|
.if ${FLAVOR:L:Mvorbis}
|
2002-01-16 19:25:51 -05:00
|
|
|
LIB_DEPENDS+= vorbis.1,vorbisenc.1,vorbisfile.2::audio/libvorbis
|
2001-10-27 10:02:22 -04:00
|
|
|
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>
|