1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/audio/sox/Makefile
Torsten Blum 3dd0bf6fec Reviewed by:
Submitted by:	
Obtained from:
sox - SOund eXchange
1994-10-23 01:16:15 +00:00

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>