1994-10-23 01:16:15 +00:00
|
|
|
# New ports collection makefile for: sox - Sound Exchange
|
1997-02-04 10:32:42 +00:00
|
|
|
# Version required: 12p12
|
1994-10-23 01:16:15 +00:00
|
|
|
# Date created: 17 Oct 1994
|
|
|
|
# Whom: torstenb
|
|
|
|
#
|
1997-02-04 10:32:42 +00:00
|
|
|
# $Id: Makefile,v 1.8 1996/11/18 11:21:36 asami Exp $
|
1994-10-23 01:16:15 +00:00
|
|
|
#
|
|
|
|
|
1997-02-04 10:32:42 +00:00
|
|
|
DISTNAME= soxgamma
|
|
|
|
PKGNAME= sox-12.12
|
1996-11-15 23:14:56 +00:00
|
|
|
CATEGORIES= audio
|
1997-02-04 10:32:42 +00:00
|
|
|
MASTER_SITES= http://www.spies.com/Sox/Archive/
|
1994-10-23 01:16:15 +00:00
|
|
|
|
1995-05-05 20:43:47 +00:00
|
|
|
MAINTAINER= torstenb@FreeBSD.ORG
|
1994-10-23 01:16:15 +00:00
|
|
|
|
1997-02-04 10:32:42 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
MAKEFILE= Makefile.unx
|
1996-11-18 11:44:27 +00:00
|
|
|
MAN1= sox.1
|
1995-05-05 20:54:37 +00:00
|
|
|
|
1997-02-04 10:32:42 +00:00
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/sox ${PREFIX}/bin
|
|
|
|
@${INSTALL_MAN} ${WRKSRC}/sox.man ${PREFIX}/man/man1/sox.1
|
|
|
|
|
1994-10-23 01:16:15 +00:00
|
|
|
.include <bsd.port.mk>
|