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