2314c85f45
zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
44 lines
833 B
Makefile
44 lines
833 B
Makefile
# $OpenBSD: Makefile,v 1.20 2010/11/15 00:22:47 espie Exp $
|
|
|
|
COMMENT= audio file volume normalizer
|
|
|
|
DISTNAME= normalize-0.7.7
|
|
REVISION= 0
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=normalize/}
|
|
|
|
HOMEPAGE= http://normalize.nongnu.org/
|
|
|
|
MAINTAINER= Vlad Glagolev <stealth@sourcemage.org>
|
|
|
|
# GPL license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= devel/gettext
|
|
|
|
WANTLIB= c m mad>=2 audiofile
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
USE_GROFF = Yes
|
|
|
|
# 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= audio/libmad \
|
|
devel/libaudiofile
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
.include <bsd.port.mk>
|