blob: 22a3981946bb5f2b03f7013ccd82abf5702dc752 (
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
|
# 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
OPTIONS_DEFINE= RECURSIVE
RECURSIVE_DESC= recursive processing and pattern matching
LIB_DEPENDS= libvorbis.so:audio/libvorbis
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/vorbisgain \
man/man1/vorbisgain.1.gz
RECURSIVE_CONFIGURE_ARGS= --enable-recursive
pre-configure:
@${CHMOD} +x ${WRKSRC}/configure
.include <bsd.port.mk>
|