1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/sox/Makefile
Brian Feldman 48d2d435a8 Update to the latest version. Dan Nelson is now the maintainer, since
the previous maintainer doesn't seem to want to take care of it
anymore (no updates for a long time.)

PR:		12658
Submitted by:	Dan Nelson <dnelson@emsphone.com>
1999-07-18 04:33:31 +00:00

21 lines
450 B
Makefile

# New ports collection makefile for: sox - Sound Exchange
# Version required: 12p12
# Date created: 17 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.9 1997/02/04 10:32:34 max Exp $
#
DISTNAME= sox-12.16
CATEGORIES= audio
MASTER_SITES= http://home.sprynet.com/~cbagwell/
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
.include <bsd.port.mk>