2001-02-03 19:16:34 +01:00
|
|
|
# New ports collection makefile for: normalize
|
|
|
|
# Date created: 31 January 2001
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-02-04 22:12:59 +01:00
|
|
|
PORTNAME= normalize
|
2003-11-16 15:22:18 +01:00
|
|
|
PORTVERSION= 0.7.6
|
2003-12-07 02:27:06 +01:00
|
|
|
PORTREVISION= 1
|
2001-02-04 22:12:59 +01:00
|
|
|
CATEGORIES= audio
|
2003-11-16 15:22:18 +01:00
|
|
|
MASTER_SITES= http://www1.cs.columbia.edu/~cvaill/normalize/
|
2001-02-03 19:16:34 +01:00
|
|
|
|
2003-11-03 08:28:44 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-24 07:10:54 +01:00
|
|
|
COMMENT= A tool for adjusting the volume of wave/MP3 files to a standard level
|
2001-02-03 19:16:34 +01:00
|
|
|
|
2003-12-07 02:27:06 +01:00
|
|
|
LIB_DEPENDS= mad.2:${PORTSDIR}/audio/mad \
|
2004-01-23 19:12:26 +01:00
|
|
|
intl.5:${PORTSDIR}/devel/gettext-old
|
2003-11-16 15:22:18 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GETOPT_LONG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
CONFIGURE_ARGS= --disable-xmms
|
2001-02-03 19:16:34 +01:00
|
|
|
|
2003-02-24 07:10:54 +01:00
|
|
|
MAN1= normalize.1 normalize-mp3.1
|
2001-02-03 19:16:34 +01:00
|
|
|
|
2003-11-16 15:22:18 +01:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
2001-02-03 19:16:34 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|