diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-24 06:10:54 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-24 06:10:54 +0000 |
commit | 169110b79c7858902a1c346caf068e2c9cf97f11 (patch) | |
tree | 412e3b2015ea199647940309fed1e30c708bd157 /audio/normalize/Makefile | |
parent | ecaa7a4814c7c068d864a149e0c92ce57237d449 (diff) | |
download | FreeBSD-ports-169110b79c7858902a1c346caf068e2c9cf97f11.zip FreeBSD-ports-169110b79c7858902a1c346caf068e2c9cf97f11.tar.gz |
Update port: audio/normalize to 0.7.5
PR: ports/42399
Submitted by: Jamie Aczel <temperanza@softhome.net>
Diffstat (limited to 'audio/normalize/Makefile')
-rw-r--r-- | audio/normalize/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/normalize/Makefile b/audio/normalize/Makefile index 081eda8..0ffbee5 100644 --- a/audio/normalize/Makefile +++ b/audio/normalize/Makefile @@ -6,17 +6,18 @@ # PORTNAME= normalize -PORTVERSION= 0.5.2 +PORTVERSION= 0.7.5 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.cs.columbia.edu/~cvaill/normalize/ MAINTAINER= greid@ukug.uk.freebsd.org +COMMENT= A tool for adjusting the volume of wave/MP3 files to a standard level LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -GNU_CONFIGURE= yes +MAN1= normalize.1 normalize-mp3.1 -MAN1= normalize.1 +GNU_CONFIGURE= yes .include <bsd.port.mk> |