mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
7a67960e9c
(missing `/' at end I think :-( )
18 lines
382 B
Makefile
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>
|