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
|
2012-07-19 22:15:37 +02:00
|
|
|
PORTREVISION= 4
|
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
|
|
|
|
2009-02-24 04:57:27 +01:00
|
|
|
MAINTAINER= gamato@users.sf.net
|
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
|
|
|
|
2007-07-28 14:27:31 +02:00
|
|
|
LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis
|
2003-01-03 12:09:45 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
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>
|