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

(-)Makefile (-9 / +5 lines)
Lines 12-26 Link Here
12
MAINTAINER=	gnome@FreeBSD.org
12
MAINTAINER=	gnome@FreeBSD.org
13
COMMENT=	GObject-based library to parse a host of playlist formats
13
COMMENT=	GObject-based library to parse a host of playlist formats
14
14
15
BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
15
LIB_DEPENDS=	libgmime-2.4.so:${PORTSDIR}/mail/gmime24 \
16
LIB_DEPENDS=	gmime-2.4:${PORTSDIR}/mail/gmime24 \
16
		libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
17
		soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome
18
RUN_DEPENDS=	${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
19
17
20
USE_BZIP2=	yes
18
USE_BZIP2=	yes
21
USE_GMAKE=	yes
19
USES=		pathfix gettext pkgconfig gmake
22
USES=		pathfix gettext pkgconfig
20
USE_GNOME=	gnomeprefix glib20 libxml2 intlhack ltverhack introspection:build,run
23
USE_GNOME=	gnomeprefix glib20 libxml2 intlhack ltverhack
24
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
25
USE_AUTOTOOLS=	libtool
22
USE_AUTOTOOLS=	libtool
26
CPPFLAGS+=	-I${LOCALBASE}/include
23
CPPFLAGS+=	-I${LOCALBASE}/include
Lines 29-39 Link Here
29
OPTIONS_DEFINE=	QUVI
26
OPTIONS_DEFINE=	QUVI
30
QUVI_DESC=	Enable flash media stream URL support
27
QUVI_DESC=	Enable flash media stream URL support
31
28
32
NO_STAGE=	yes
33
.include <bsd.port.options.mk>
29
.include <bsd.port.options.mk>
34
30
35
.if ${PORT_OPTIONS:MQUVI}
31
.if ${PORT_OPTIONS:MQUVI}
36
LIB_DEPENDS+=	quvi:${PORTSDIR}/multimedia/libquvi
32
LIB_DEPENDS+=	libquvi.so:${PORTSDIR}/multimedia/libquvi
37
CONFIGURE_ARGS+=--enable-enable-quvi
33
CONFIGURE_ARGS+=--enable-enable-quvi
38
.else
34
.else
39
CONFIGURE_ARGS+=--enable-enable-quvi=no
35
CONFIGURE_ARGS+=--enable-enable-quvi=no

Return to bug 186214