1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/sox/Makefile

21 lines
438 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.6 1995/05/05 20:54:27 torstenb Exp $
#
DISTNAME= sox10p11
1995-04-11 19:46:58 +00:00
PKGNAME= sox-10.11
CATEGORIES= audio
1995-04-11 19:46:58 +00:00
MASTER_SITES= ftp://nic.switch.ch/software/sources/audio/
EXTRACT_SUFX= .tar.Z
MAINTAINER= torstenb@FreeBSD.ORG
1995-05-05 20:54:37 +00:00
post-install:
gzip -9nf ${PREFIX}/man/man1/sox.1
.include <bsd.port.mk>