mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
411 B
Makefile
20 lines
411 B
Makefile
# New ports collection makefile for: sox - Sound Exchange
|
|
# Version required: 10p11
|
|
# Date created: 17 Oct 1994
|
|
# Whom: torstenb
|
|
#
|
|
# $Id: Makefile,v 1.3 1995/04/01 12:43:59 jkh Exp $
|
|
#
|
|
|
|
DISTNAME= sox10p11
|
|
PKGNAME= sox-10.11
|
|
CATEGORIES+= audio
|
|
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>
|