1994-10-22 21:16:15 -04:00
|
|
|
# New ports collection makefile for: sox - Sound Exchange
|
|
|
|
# Date created: 17 Oct 1994
|
|
|
|
# Whom: torstenb
|
|
|
|
#
|
1999-08-25 00:36:31 -04:00
|
|
|
# $FreeBSD$
|
1994-10-22 21:16:15 -04:00
|
|
|
#
|
|
|
|
|
2000-04-08 17:25:03 -04:00
|
|
|
PORTNAME= sox
|
2002-01-17 14:22:41 -05:00
|
|
|
PORTVERSION= 12.17.3
|
1996-11-15 18:14:56 -05:00
|
|
|
CATEGORIES= audio
|
2001-01-01 14:18:53 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= sox
|
1994-10-22 21:16:15 -04:00
|
|
|
|
2001-10-22 14:44:30 -04:00
|
|
|
MAINTAINER= dnelson@emsphone.com
|
1994-10-22 21:16:15 -04:00
|
|
|
|
2001-10-22 14:44:30 -04:00
|
|
|
MAN1= sox.1 play.1 soxexam.1
|
2002-01-17 14:22:41 -05:00
|
|
|
MLINKS= play.1 rec.1 sox.1 soxmix.1
|
2001-10-22 14:44:30 -04:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.if defined(WITH_VORBIS)
|
|
|
|
CONFIGURE_ARGS+= --with-ogg-vorbisinc=${LOCALBASE}/include \
|
|
|
|
--with-ogg-vorbislib=${LOCALBASE}/lib
|
2002-01-17 14:22:41 -05:00
|
|
|
LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis
|
2001-10-22 14:44:30 -04:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --with-ogg-vorbisinc=no
|
1999-12-24 14:28:04 -05:00
|
|
|
.endif
|
|
|
|
|
1994-10-22 21:16:15 -04:00
|
|
|
.include <bsd.port.mk>
|