blob: babb95d97e28e430a2f6760c6206c39693a155ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
PKGNAME= sox-10.11
CATEGORIES= audio
MASTER_SITES= ftp://nic.switch.ch/software/sources/audio/
EXTRACT_SUFX= .tar.Z
MAINTAINER= torstenb@FreeBSD.ORG
post-install:
gzip -9nf ${PREFIX}/man/man1/sox.1
.include <bsd.port.mk>
|