diff options
author | max <max@FreeBSD.org> | 1997-02-04 18:32:42 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-02-04 18:32:42 +0800 |
commit | f07b753115ca5df32cd5af936c16539bde6948da (patch) | |
tree | 1713d134c71cfb8ef3e9d9eb77f07c10910a8c42 /audio/sox/Makefile | |
parent | dfe879bee4f543352c2ec5ed32e854bad97563b5 (diff) | |
download | freebsd-ports-gnome-f07b753115ca5df32cd5af936c16539bde6948da.tar.gz freebsd-ports-gnome-f07b753115ca5df32cd5af936c16539bde6948da.tar.zst freebsd-ports-gnome-f07b753115ca5df32cd5af936c16539bde6948da.zip |
Upgrade, 10.11 -> 12.12.
Suggested by: Bill Fenner <fenner@parc.xerox.com>
(Closing PR #2554.)
Diffstat (limited to 'audio/sox/Makefile')
-rw-r--r-- | audio/sox/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index ee4d2022899a..da6e0a9e30e9 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -1,19 +1,24 @@ # New ports collection makefile for: sox - Sound Exchange -# Version required: 10p11 +# Version required: 12p12 # Date created: 17 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.7 1996/11/15 23:14:24 obrien Exp $ +# $Id: Makefile,v 1.8 1996/11/18 11:21:36 asami Exp $ # -DISTNAME= sox10p11 -PKGNAME= sox-10.11 +DISTNAME= soxgamma +PKGNAME= sox-12.12 CATEGORIES= audio -MASTER_SITES= ftp://nic.switch.ch/software/sources/audio/ -EXTRACT_SUFX= .tar.Z +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> |