1eabde0bc3
+ rm pkg/COMMENT + rm deprecated LICENSE_TYPE, add NEED_VERSION, spaces->tabs (general update/cleanup, some ports are OLD)
33 lines
796 B
Makefile
33 lines
796 B
Makefile
# $OpenBSD: Makefile,v 1.17 2001/04/13 03:24:21 obecian Exp $
|
|
|
|
COMMENT= "SOund eXchange - universal sound sample translator"
|
|
DISTNAME= sox-12.17
|
|
CATEGORIES= audio
|
|
NEED_VERSION= 1.364
|
|
MASTER_SITES= http://home.sprynet.com/~cbagwell/
|
|
|
|
HOMEPAGE= http://home.sprynet.com/~cbagwell/sox.html
|
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= autoconf
|
|
CONFIGURE_ARGS= --enable-fast-alaw --enable-fast-ulaw \
|
|
--with-oss-dsp --without-sun_audio
|
|
|
|
FLAVORS= gsm
|
|
FLAVOR?=
|
|
|
|
.if ${FLAVOR:L} == "gsm"
|
|
LIB_DEPENDS= gsm.1::audio/gsm
|
|
CONFIGURE_ARGS+= --with-gsminc="${LOCALBASE}/include" \
|
|
--with-gsmlib="${LOCALBASE}/lib"
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|