1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/sox/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

19 lines
396 B
Makefile

# New ports collection makefile for: sox - Sound Exchange
# Version required: 10p11
# Date created: 17 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.2 1994/11/10 06:55:37 gpalmer Exp $
#
DISTNAME= sox10p11
MASTER_SITES= ftp://nic.switch.ch/software/sources/audio/
CATEGORIES+= audio
EXTRACT_SUFX= .tar.Z
pre-install:
mkdir -p ${PREFIX}/bin
mkdir -p ${PREFIX}/man
.include <bsd.port.mk>