[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / audio / sox

File: [cvs.NetBSD.org] / pkgsrc / audio / sox / Makefile (download)

Revision 1.17, Fri Jul 12 19:30:50 2002 UTC (21 years, 9 months ago) by mycroft
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6
Changes since 1.16: +2 -8 lines

Update to sox 12.17.3.  Numerous bugs fixed, and most of the NetBSD patches
integrated.

# $NetBSD: Makefile,v 1.17 2002/07/12 19:30:50 mycroft Exp $
# FreeBSD Id: Makefile,v 1.9 1997/02/04 10:32:34 max Exp 
#

DISTNAME=	sox-12.17.3
CATEGORIES=	audio
MASTER_SITES=	http://home.sprynet.com/~cbagwell/

MAINTAINER=	packages@netbsd.org
HOMEPAGE=	http://home.sprynet.com/~cbagwell/sox.html
COMMENT=	SOund eXchange - universal sound sample translator

USE_BUILDLINK_ONLY=	yes
GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--enable-fast-ulaw \
			--enable-fast-alaw \
			--with-sun-audio \
			--without-oss-dsp

.include "../../mk/bsd.pkg.mk"