aboutsummaryrefslogtreecommitdiffstats
path: root/audio/normalize/Makefile
blob: eaf4fe05a6ac8d988a54e4832781a9247ed53b60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>