View | Details | Raw Unified | Return to bug 73791
Collapse All | Expand All

(-)vorbisgain/Makefile (-1 / +5 lines)
Lines 12-18 Link Here
12
CATEGORIES=	audio
12
CATEGORIES=	audio
13
MASTER_SITES=	http://sjeng.org/ftp/vorbis/
13
MASTER_SITES=	http://sjeng.org/ftp/vorbis/
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	laszlof@vonostingroup.com
16
COMMENT=	Calculates the perceived sound level of an Ogg Vorbis file
16
COMMENT=	Calculates the perceived sound level of an Ogg Vorbis file
17
17
18
LIB_DEPENDS=	vorbis.3:${PORTSDIR}/audio/libvorbis
18
LIB_DEPENDS=	vorbis.3:${PORTSDIR}/audio/libvorbis
Lines 25-30 Link Here
25
25
26
MAN1=		vorbisgain.1
26
MAN1=		vorbisgain.1
27
PLIST_FILES=	bin/vorbisgain
27
PLIST_FILES=	bin/vorbisgain
28
29
.if defined(WITH_RECURSIVE)
30
CONFIGURE_ARGS=	--enable-recursive
31
.endif
28
32
29
pre-configure:
33
pre-configure:
30
	@${CHMOD} +x ${WRKSRC}/configure
34
	@${CHMOD} +x ${WRKSRC}/configure

Return to bug 73791