mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
35 lines
664 B
Makefile
35 lines
664 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: vorbisgain
|
|
# Date created: Jan 3, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vorbisgain
|
|
PORTVERSION= 0.37
|
|
PORTREVISION= 3
|
|
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= vorbis.4:${PORTSDIR}/audio/libvorbis
|
|
|
|
GNU_CONFIGURE= 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>
|