summaryrefslogtreecommitdiff
path: root/multimedia/totem-pl-parser/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-11 17:10:56 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-11 17:10:56 +0000
commit12c1af89570dc64ca3cb162fc4847f2f39b82f4d (patch)
tree43264c19404b421f1a1df70fd29def9f25e2cebc /multimedia/totem-pl-parser/Makefile
parentSupport stage (diff)
Support stage
Notes
Notes: svn path=/head/; revision=351013
Diffstat (limited to 'multimedia/totem-pl-parser/Makefile')
-rw-r--r--multimedia/totem-pl-parser/Makefile27
1 files changed, 10 insertions, 17 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index 205f003f9a52..df3fb2292629 100644
--- a/multimedia/totem-pl-parser/Makefile
+++ b/multimedia/totem-pl-parser/Makefile
@@ -4,7 +4,7 @@
PORTNAME= totem-pl-parser
PORTVERSION= 2.32.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -13,30 +13,23 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= GObject-based library to parse a host of playlist formats
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS= gmime-2.4:${PORTSDIR}/mail/gmime24 \
- soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome
+LIB_DEPENDS= libgmime-2.4.so:${PORTSDIR}/mail/gmime24 \
+ libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
-USE_BZIP2= yes
-USE_GMAKE= yes
-USES= pathfix gettext pkgconfig
-USE_GNOME= gnomeprefix glib20 libxml2 intlhack ltverhack
+USES= pathfix gettext pkgconfig gmake libtool tar:bzip2
+USE_GNOME= gnomeprefix glib20 libxml2 intlhack
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= QUVI
QUVI_DESC= Enable flash media stream URL support
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MQUVI}
-LIB_DEPENDS+= quvi:${PORTSDIR}/multimedia/libquvi
-CONFIGURE_ARGS+=--enable-enable-quvi
-.else
-CONFIGURE_ARGS+=--enable-enable-quvi=no
-.endif
+QUVI_LIB_DEPENDS= libquvi.so:${PORTSDIR}/multimedia/libquvi
+QUVI_CONFIGURE_ON= --enable-enable-quvi
+QUVI_CONFIGURE_OFF =--enable-enable-quvi=no
.include <bsd.port.mk>