1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/audio/normalize/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

38 lines
894 B
Makefile

# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
PORTNAME= normalize
PORTVERSION= 0.7.7
PORTREVISION= 10
CATEGORIES= audio
MASTER_SITES= SAVANNAH
MAINTAINER= alex@fafula.com
COMMENT= Tool for adjusting the volume of wave/MP3 files to a standard level
LIB_DEPENDS= libmad.so:audio/libmad
USES= shebangfix perl5 tar:bzip2 libtool
USE_PERL5= run
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-helper-search
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= XMMS MP3 OGG FLAC NLS
OPTIONS_DEFAULT= MP3
OPTIONS_SUB= yes
XMMS_DESC= XMMS plugin
XMMS_LIB_DEPENDS= libxmms.so:multimedia/xmms
XMMS_CONFIGURE_ENABLE= xmms
MP3_RUN_DEPENDS+= madplay:audio/madplay \
lame:audio/lame
OGG_RUN_DEPENDS= oggdec:audio/vorbis-tools
FLAC_RUN_DEPENDS= flac:audio/flac
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>