mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
bf71549f77
Suggested by: Bill Fenner <fenner@parc.xerox.com> (Closing PR #2554.)
25 lines
531 B
Makefile
25 lines
531 B
Makefile
# New ports collection makefile for: sox - Sound Exchange
|
|
# Version required: 12p12
|
|
# Date created: 17 Oct 1994
|
|
# Whom: torstenb
|
|
#
|
|
# $Id: Makefile,v 1.8 1996/11/18 11:21:36 asami 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>
|