diff options
author | Daniel Harris <dannyboy@FreeBSD.org> | 2001-02-03 18:16:34 +0000 |
---|---|---|
committer | Daniel Harris <dannyboy@FreeBSD.org> | 2001-02-03 18:16:34 +0000 |
commit | 1344523717514d54f67a4a3576204c316ecf420b (patch) | |
tree | 97a89c1ca49be8baf3ab665fc3a000261e2d8433 /audio/normalize/Makefile | |
parent | e7eb99e679e58aafc16de20bacf725f68663a0bd (diff) | |
download | ports-1344523717514d54f67a4a3576204c316ecf420b.tar.gz ports-1344523717514d54f67a4a3576204c316ecf420b.zip |
Notes
Diffstat (limited to 'audio/normalize/Makefile')
-rw-r--r-- | audio/normalize/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/normalize/Makefile b/audio/normalize/Makefile new file mode 100644 index 000000000000..e93aa97f90d4 --- /dev/null +++ b/audio/normalize/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: normalize +# Date created: 31 January 2001 +# Whom: George Reid <greid@ukug.uk.freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= normalize +PORTVERSION= 0.4 +CATEGORIES= audio +MASTER_SITES= http://www.cs.columbia.edu/~cvaill/normalize/ + +MAINTAINER= greid@ukug.uk.freebsd.org + +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + +GNU_CONFIGURE= yes + +MAN1= normalize.1 + +.include <bsd.port.mk> |