freebsd-ports/audio/vorbisgain/Makefile
Baptiste Daroussin 5978476c35 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
2013-12-11 14:35:36 +00:00

30 lines
597 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= vorbisgain
PORTVERSION= 0.37
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://sjeng.org/ftp/vorbis/
MAINTAINER= gamato@users.sf.net
COMMENT= Calculates the perceived sound level of an Ogg Vorbis file
LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis
GNU_CONFIGURE= yes
NO_STAGE= yes
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>