summaryrefslogtreecommitdiff
path: root/audio/vorbisgain/Makefile
blob: 38359d7f9ce7cecce9d6d3ed9d1e04254fbe1799 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ex:ts=8
# Ports collection makefile for:	vorbisgain
# Date created:			Jan 3, 2003
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	vorbisgain
PORTVERSION=	0.34
CATEGORIES=	audio
MASTER_SITES=	http://users.pandora.be/sjeng/ftp/vorbis/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Calculates the perceived sound level of an Ogg Vorbis file

LIB_DEPENDS=	vorbis.2:${PORTSDIR}/audio/libvorbis

USE_ZIP=	yes
GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

MAN1=	vorbisgain.1

pre-configure:
	@${CHMOD} +x ${WRKSRC}/configure

.include <bsd.port.mk>