openbsd-ports/audio/normalize/Makefile
alek d7463b74c5 - USE_LIBTOOL
- Fix libint/libiconv linking
- Don't use bundled libintl headers
- Bump PKGNAME
2006-02-12 16:46:08 +00:00

43 lines
909 B
Makefile

# $OpenBSD: Makefile,v 1.11 2006/02/12 16:46:08 alek Exp $
COMMENT= "audio file volume normalizer"
DISTNAME= normalize-0.7.4
PKGNAME= ${DISTNAME}p0
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
WANTLIB= c m
.if ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* gcc-*
.endif
MODULES= devel/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"
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
LIB_DEPENDS= mad.2::audio/libmad \
audiofile::devel/libaudiofile
USE_LIBTOOL= Yes
.include <bsd.port.mk>