1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/audio/sox/Makefile
Gary Palmer 7a67960e9c Fix the master site so that bsd.port.mk likes it
(missing `/' at end I think :-( )
1994-11-10 06:55:37 +00:00

18 lines
382 B
Makefile

# 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>