diff options
author | lukem <lukem@pkgsrc.org> | 2001-08-16 09:06:18 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2001-08-16 09:06:18 +0000 |
commit | 8e864d35a6b4f2829a51d1812f3461d1b53e0eff (patch) | |
tree | 30e87b6abd45389d2b9762c9465f9426610b46c2 /audio/normalize/Makefile | |
parent | 0094e230c644e79c0d91fe9de3b33cd1c9738cd3 (diff) | |
download | pkgsrc-8e864d35a6b4f2829a51d1812f3461d1b53e0eff.tar.gz |
normalize - Wave (.wav) file volume normalizer
Diffstat (limited to 'audio/normalize/Makefile')
-rw-r--r-- | audio/normalize/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/normalize/Makefile b/audio/normalize/Makefile new file mode 100644 index 00000000000..06d795d5cda --- /dev/null +++ b/audio/normalize/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/16 09:10:15 lukem Exp $ +# + +DISTNAME= normalize-0.6.1 +CATEGORIES= audio +MASTER_SITES= http://www.cs.columbia.edu/~cvaill/normalize/ + +MAINTAINER= lukem@netbsd.org +HOMEPAGE= http://www.cs.columbia.edu/~cvaill/normalize/ +COMMENT= Wave (.wav) file volume normalizer + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" |