1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/audio/sox/Makefile
Michael Haro ac78a10a0d add gsm support option
PR:		14963
Submitted by:	Joe Abley <jabley@patho.gen.nz>
1999-12-24 19:28:04 +00:00

27 lines
600 B
Makefile

# New ports collection makefile for: sox - Sound Exchange
# Version required: 12p12
# Date created: 17 Oct 1994
# Whom: torstenb
#
# $FreeBSD$
#
DISTNAME= sox-12.16
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/convert
MAINTAINER= dnelson@emsphone.com
MAN1= sox.1 play.1
MLINKS= play.1 rec.1
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-fast-ulaw --enable-fast-alaw --with-oss-dsp
.if defined(USE_GSM)
CONFIGURE_ARGS+= --with-gsmlib=${PREFIX}/lib --with-gsminc=${PREFIX}/include
LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm
.endif
.include <bsd.port.mk>