summaryrefslogtreecommitdiff
path: root/audio/sox/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-09-29 23:48:14 +0000
committerhubertf <hubertf@pkgsrc.org>1999-09-29 23:48:14 +0000
commit3e40f49a842e50c7d57b113613f4a9b78b512cce (patch)
tree8423677c872df4493c858915d45cb58bf878ba6f /audio/sox/Makefile
parent147ab15842fff6a7b1c85d360a1c8e580a23e60c (diff)
downloadpkgsrc-3e40f49a842e50c7d57b113613f4a9b78b512cce.tar.gz
Fix last commit
(broken due to old work-dir lying around; pointed out by tron)
Diffstat (limited to 'audio/sox/Makefile')
-rw-r--r--audio/sox/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index 7e12cd859d2..18e7ecc21bb 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/09/29 23:31:18 tron Exp $
+# $NetBSD: Makefile,v 1.11 1999/09/29 23:48:14 hubertf Exp $
# FreeBSD Id: Makefile,v 1.9 1997/02/04 10:32:34 max Exp
#
@@ -9,10 +9,9 @@ MASTER_SITES= http://metalab.unc.edu/pub/Linux/apps/sound/convert/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://home.sprynet.com/~cbagwell/sox.html
-MAKEFILE= Makefile.unx
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sox ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/sox.man ${PREFIX}/man/man1/sox.1
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--enable-fast-ulaw \
+ --enable-fast-alaw \
+ --with-sun-audio
.include "../../mk/bsd.pkg.mk"