978ee8eb0e
PR: 87019 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
35 lines
739 B
Makefile
35 lines
739 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: vorbisgain
|
|
# Date created: Jan 3, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vorbisgain
|
|
PORTVERSION= 0.37
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://sjeng.org/ftp/vorbis/
|
|
|
|
MAINTAINER= laszlof@vonostingroup.com
|
|
COMMENT= Calculates the perceived sound level of an Ogg Vorbis file
|
|
|
|
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= vorbisgain.1
|
|
PLIST_FILES= bin/vorbisgain
|
|
|
|
.if defined(WITH_RECURSIVE)
|
|
CONFIGURE_ARGS= --enable-recursive
|
|
.endif
|
|
|
|
pre-configure:
|
|
@${CHMOD} +x ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|