aboutsummaryrefslogtreecommitdiff
path: root/audio/normalize/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 06:10:54 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 06:10:54 +0000
commitbba6d0c7d203f3b2f37931f9652fb5bf2a402b3c (patch)
treeba9a51cfaa5213b7cdc99acece55bfed3db1edb4 /audio/normalize/Makefile
parentfd066d0394750ea0950a2a8a1f68f4110f29d307 (diff)
downloadports-bba6d0c7d203f3b2f37931f9652fb5bf2a402b3c.tar.gz
ports-bba6d0c7d203f3b2f37931f9652fb5bf2a402b3c.zip
Notes
Diffstat (limited to 'audio/normalize/Makefile')
-rw-r--r--audio/normalize/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/normalize/Makefile b/audio/normalize/Makefile
index 081eda8c6a19..0ffbee57ecb7 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>