1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/audio/sox/Makefile

18 lines
382 B
Makefile
Raw Normal View History

# New ports collection makefile for: sox - Sound Exchange
# Version required: 10p11
# Date created: 17 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.1.1.1 1994/10/23 01:16:14 torstenb Exp $
#
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>