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

(-)b/audio/vorbis-tools/Makefile (-5 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	vorbis-tools
1
PORTNAME=	vorbis-tools
2
PORTVERSION=	1.4.2
2
PORTVERSION=	1.4.2
3
PORTREVISION=	1
3
PORTREVISION=	2
4
PORTEPOCH=	3
4
PORTEPOCH=	3
5
CATEGORIES=	audio
5
CATEGORIES=	audio
6
MASTER_SITES=	https://downloads.xiph.org/releases/vorbis/
6
MASTER_SITES=	https://downloads.xiph.org/releases/vorbis/
Lines 15-32 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
15
LIB_DEPENDS=	libao.so:audio/libao \
15
LIB_DEPENDS=	libao.so:audio/libao \
16
		libcurl.so:ftp/curl \
16
		libcurl.so:ftp/curl \
17
		libFLAC.so:audio/flac \
17
		libFLAC.so:audio/flac \
18
		libkate.so:multimedia/libkate \
19
		libogg.so:audio/libogg \
18
		libogg.so:audio/libogg \
20
		libopusfile.so:audio/opusfile \
19
		libopusfile.so:audio/opusfile \
21
		libspeex.so:audio/speex \
20
		libspeex.so:audio/speex \
22
		libvorbis.so:audio/libvorbis
21
		libvorbis.so:audio/libvorbis
23
22
24
USES=		cpe iconv pkgconfig
23
USES=		cpe iconv localbase:ldflags pkgconfig
25
CPE_VENDOR=	xiph
24
CPE_VENDOR=	xiph
26
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
27
CONFIGURE_ENV=	PTHREAD_LIBS="-lpthread"
26
CONFIGURE_ENV=	PTHREAD_LIBS="-lpthread"
28
CPPFLAGS+=	-I${LOCALBASE}/include
27
CONFIGURE_ARGS=	--without-kate
29
LDFLAGS+=	-L${LOCALBASE}/lib
30
28
31
OPTIONS_DEFINE=	NLS
29
OPTIONS_DEFINE=	NLS
32
OPTIONS_SUB=	yes
30
OPTIONS_SUB=	yes

Return to bug 268180