diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-04 21:12:59 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-04 21:12:59 +0000 |
commit | 51c690ba337a12c378421fb980fa4a536a04c2f7 (patch) | |
tree | c54e266a89e1dfc0c3e29c957ed9d59a5e6b30bf /audio/normalize | |
parent | d9613617c0c07e80f486c2ffbb8cca55bcef8ff5 (diff) | |
download | ports-51c690ba337a12c378421fb980fa4a536a04c2f7.tar.gz ports-51c690ba337a12c378421fb980fa4a536a04c2f7.zip |
Notes
Diffstat (limited to 'audio/normalize')
-rw-r--r-- | audio/normalize/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/normalize/Makefile b/audio/normalize/Makefile index e93aa97f90d4..eaf4fe05a6ac 100644 --- a/audio/normalize/Makefile +++ b/audio/normalize/Makefile @@ -5,18 +5,18 @@ # $FreeBSD$ # -PORTNAME= normalize -PORTVERSION= 0.4 -CATEGORIES= audio -MASTER_SITES= http://www.cs.columbia.edu/~cvaill/normalize/ +PORTNAME= normalize +PORTVERSION= 0.4 +CATEGORIES= audio +MASTER_SITES= http://www.cs.columbia.edu/~cvaill/normalize/ -MAINTAINER= greid@ukug.uk.freebsd.org +MAINTAINER= greid@ukug.uk.freebsd.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes -MAN1= normalize.1 +MAN1= normalize.1 .include <bsd.port.mk> |