33 lines
796 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2001/04/13 03:24:21 obecian Exp $
1998-05-17 01:05:56 +00:00
COMMENT= "SOund eXchange - universal sound sample translator"
2000-09-10 16:05:01 +00:00
DISTNAME= sox-12.17
1998-05-17 01:05:56 +00:00
CATEGORIES= audio
NEED_VERSION= 1.364
MASTER_SITES= http://home.sprynet.com/~cbagwell/
1998-10-07 00:17:39 +00:00
2000-09-10 16:05:01 +00:00
HOMEPAGE= http://home.sprynet.com/~cbagwell/sox.html
2000-10-22 14:02:46 +00:00
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
1999-06-03 20:42:39 +00:00
2000-03-09 07:48:40 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-03-07 05:00:49 +00:00
2000-09-10 16:05:01 +00: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-17 01:05:56 +00:00
2000-09-10 16:05:01 +00:00
.if ${FLAVOR:L} == "gsm"
LIB_DEPENDS= gsm.1::audio/gsm
CONFIGURE_ARGS+= --with-gsminc="${LOCALBASE}/include" \
--with-gsmlib="${LOCALBASE}/lib"
.endif
1998-05-17 01:05:56 +00:00
.include <bsd.port.mk>