summaryrefslogtreecommitdiff
path: root/audio/sox/Makefile
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1994-10-23 01:16:15 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1994-10-23 01:16:15 +0000
commit3dd0bf6fecb29ce0cb5f494f1c5ddc6973e5ce26 (patch)
tree356421194959a1c3c3318efbc55928cda0fb140c /audio/sox/Makefile
parentClean up the port a bit. (diff)
Reviewed by:
Submitted by: Obtained from: sox - SOund eXchange
Notes
Notes: svn path=/head/; revision=265
Diffstat (limited to 'audio/sox/Makefile')
-rw-r--r--audio/sox/Makefile17
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>