diff options
Diffstat (limited to 'audio/sox/Makefile')
-rw-r--r-- | audio/sox/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile new file mode 100644 index 000000000000..eb136ce68164 --- /dev/null +++ b/audio/sox/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: sox - Sound Exchange +# Version required: 10p11 +# Date created: 17 Oct 1994 +# Whom: torstenb +# +# $Id:$ +# + +DISTNAME= sox10p11 +MASTER_SITES= ftp://nic.switch.ch/software/sources/audio +EXTRACT_SUFX= .tar.Z + +pre-install: + mkdir -p ${PREFIX}/bin + mkdir -p ${PREFIX}/man + +.include <bsd.port.mk> |