summaryrefslogtreecommitdiff
path: root/audio/normalize/Makefile
blob: 0f9dcb6acd3b350ab9b321db3c561427c54a98d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:   normalize
# Date created:        31 January 2001
# Whom:                George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=	normalize
PORTVERSION=	0.7.5
PORTREVISION=	2
CATEGORIES=	audio
MASTER_SITES=	http://www.cs.columbia.edu/~cvaill/normalize/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A tool for adjusting the volume of wave/MP3 files to a standard level

LIB_DEPENDS=	intl.5:${PORTSDIR}/devel/gettext

MAN1=		normalize.1 normalize-mp3.1

GNU_CONFIGURE=	yes

.include <bsd.port.mk>