aboutsummaryrefslogtreecommitdiff
path: root/audio/vorbisgain/Makefile
blob: 2d8d97fa9ead5a85d76c78f05358b95d0a2328fe (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
# Created by: ijliao

PORTNAME=	vorbisgain
PORTVERSION=	0.37
PORTREVISION=	5
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

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libvorbis.so:audio/libvorbis \
		libogg.so:audio/libogg

USES=		localbase:ldflags
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/vorbisgain \
		man/man1/vorbisgain.1.gz

OPTIONS_DEFINE=	RECURSIVE

RECURSIVE_DESC=	recursive processing and pattern matching
RECURSIVE_CONFIGURE_ENABLE=	recursive

.include <bsd.port.mk>