2003-01-03 12:09:45 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: vorbisgain
|
|
|
|
# Date created: Jan 3, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= vorbisgain
|
2005-10-07 03:18:34 +02:00
|
|
|
PORTVERSION= 0.37
|
2003-01-03 12:09:45 +01:00
|
|
|
CATEGORIES= audio
|
2004-03-18 18:42:09 +01:00
|
|
|
MASTER_SITES= http://sjeng.org/ftp/vorbis/
|
2003-01-03 12:09:45 +01:00
|
|
|
|
2004-11-11 00:11:52 +01:00
|
|
|
MAINTAINER= laszlof@vonostingroup.com
|
2003-10-13 17:29:33 +02:00
|
|
|
COMMENT= Calculates the perceived sound level of an Ogg Vorbis file
|
2003-01-03 12:09:45 +01:00
|
|
|
|
2003-12-20 17:14:14 +01:00
|
|
|
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis
|
2003-01-03 12:09:45 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-01-03 12:09:45 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-10-13 17:29:33 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-01-03 12:09:45 +01:00
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
MAN1= vorbisgain.1
|
|
|
|
PLIST_FILES= bin/vorbisgain
|
2003-01-03 12:09:45 +01:00
|
|
|
|
2004-11-11 00:11:52 +01:00
|
|
|
.if defined(WITH_RECURSIVE)
|
|
|
|
CONFIGURE_ARGS= --enable-recursive
|
|
|
|
.endif
|
|
|
|
|
2003-10-13 17:29:33 +02:00
|
|
|
pre-configure:
|
|
|
|
@${CHMOD} +x ${WRKSRC}/configure
|
2003-01-03 12:09:45 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|