summaryrefslogtreecommitdiff
path: root/audio/sox/Makefile
diff options
context:
space:
mode:
authoraugustss <augustss@pkgsrc.org>1997-10-28 23:18:20 +0000
committeraugustss <augustss@pkgsrc.org>1997-10-28 23:18:20 +0000
commit4daa64a62986fd842753a48935d3c8adf6758d93 (patch)
treecc8ee8439ae9a5d7d4a09af2bda1536118792658 /audio/sox/Makefile
parent4434fa54eccf4fa0896d9f01cd93c91ab718ec2c (diff)
downloadpkgsrc-4daa64a62986fd842753a48935d3c8adf6758d93.tar.gz
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/sox/Makefile')
-rw-r--r--audio/sox/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
new file mode 100644
index 00000000000..781d32573a9
--- /dev/null
+++ b/audio/sox/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: sox - Sound Exchange
+# Version required: 12p12
+# Date created: 17 Oct 1994
+# Whom: torstenb
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/28 23:19:03 augustss Exp $
+#
+
+DISTNAME= soxgamma
+PKGNAME= sox-12.12
+CATEGORIES= audio
+MASTER_SITES= http://www.spies.com/Sox/Archive/
+
+MAINTAINER= torstenb@FreeBSD.ORG
+
+NO_WRKSUBDIR= yes
+MAKEFILE= Makefile.unx
+MAN1= sox.1
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/sox ${PREFIX}/bin
+ @${INSTALL_MAN} ${WRKSRC}/sox.man ${PREFIX}/man/man1/sox.1
+
+.include <bsd.port.mk>