openbsd-ports/audio/sox/Makefile

33 lines
796 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2001/04/13 03:24:21 obecian Exp $
1998-05-16 21:05:56 -04:00
COMMENT= "SOund eXchange - universal sound sample translator"
2000-09-10 12:05:01 -04:00
DISTNAME= sox-12.17
1998-05-16 21:05:56 -04:00
CATEGORIES= audio
NEED_VERSION= 1.364
MASTER_SITES= http://home.sprynet.com/~cbagwell/
1998-10-06 20:17:39 -04:00
2000-09-10 12:05:01 -04:00
HOMEPAGE= http://home.sprynet.com/~cbagwell/sox.html
2000-10-22 10:02:46 -04:00
MAINTAINER= Angelos D. Keromytis <angelos@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
2000-09-10 12:05:01 -04:00
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --enable-fast-alaw --enable-fast-ulaw \
--with-oss-dsp --without-sun_audio
FLAVORS= gsm
FLAVOR?=
1998-05-16 21:05:56 -04:00
2000-09-10 12:05:01 -04:00
.if ${FLAVOR:L} == "gsm"
LIB_DEPENDS= gsm.1::audio/gsm
CONFIGURE_ARGS+= --with-gsminc="${LOCALBASE}/include" \
--with-gsmlib="${LOCALBASE}/lib"
.endif
1998-05-16 21:05:56 -04:00
.include <bsd.port.mk>