mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
3dd0bf6fec
Submitted by: Obtained from: sox - SOund eXchange
18 lines
328 B
Makefile
18 lines
328 B
Makefile
# 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>
|