mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c9be0402f6
md5 checksum (version bump? no, just a file change! grr!). Submitted by: Dan Nelson <dnelson@emsphone.com>
22 lines
495 B
Makefile
22 lines
495 B
Makefile
# New ports collection makefile for: sox - Sound Exchange
|
|
# Version required: 12p12
|
|
# Date created: 17 Oct 1994
|
|
# Whom: torstenb
|
|
#
|
|
# $Id: Makefile,v 1.10 1999/07/18 04:33:20 green Exp $
|
|
#
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|