openbsd-ports/audio/normalize/Makefile
naddy 698067a9ab Make ports with autoconf macros from gettext 0.11.1 actually detect
our gettext.  libintl is still linked in statically, though.

Also some related clean-up.
2003-05-13 00:12:37 +00:00

34 lines
735 B
Makefile

# $OpenBSD: Makefile,v 1.5 2003/05/13 00:12:37 naddy Exp $
COMMENT= "audio file volume normalizer"
DISTNAME= normalize-0.7.4
CATEGORIES= audio
MASTER_SITES= http://www.cs.columbia.edu/~cvaill/normalize/
HOMEPAGE= http://www.cs.columbia.edu/~cvaill/normalize/
MAINTAINER= Jason Ish <ish@openbsd.org>
# GPL license
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= gettext
CONFIGURE_STYLE=gnu
# Do not build xmms plugin for now.
CONFIGURE_ARGS= --disable-xmms \
--with-mad \
--with-audiofile
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
LIB_DEPENDS+= mad::audio/mad \
audiofile::devel/libaudiofile
.include <bsd.port.mk>