summaryrefslogtreecommitdiff
path: root/multimedia/totem-pl-parser/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-03-19 10:40:22 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-03-19 10:40:22 +0000
commit2a3357182d8cb640f374f8c60b71b6c99ec43843 (patch)
tree7a5f4c1c91d14d9fcab2b30589db732cde4a3725 /multimedia/totem-pl-parser/Makefile
parentConvert to optionsNG, switch to USES=pathfix. Remove RUN_DEPEND for (diff)
Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfix
instead of gnomehack and pet portlint. Add conflicts with future gnome3 versions. Reviewed by: miwi, bapt
Notes
Notes: svn path=/head/; revision=314632
Diffstat (limited to 'multimedia/totem-pl-parser/Makefile')
-rw-r--r--multimedia/totem-pl-parser/Makefile20
1 files changed, 9 insertions, 11 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index 12e00fe833ac..18dc1e58cd81 100644
--- a/multimedia/totem-pl-parser/Makefile
+++ b/multimedia/totem-pl-parser/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: totem-pl-parser
-# Date created: 2007-12-04
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.45 2011/02/21 19:10:03 kwm Exp $
-#
PORTNAME= totem-pl-parser
PORTVERSION= 2.32.3
@@ -17,25 +13,27 @@ 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.6:${PORTSDIR}/mail/gmime24 \
- soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome
+LIB_DEPENDS= gmime-2.4:${PORTSDIR}/mail/gmime24 \
+ soup-gnome-2.4:${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
-USE_GNOME= gnomehack gnomeprefix glib20 libxml2 intlhack ltverhack
+USES= pathfix
+USE_GNOME= gnomeprefix glib20 libxml2 intlhack ltverhack
USE_GETTEXT= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-OPTIONS= QUVI "Enable flash media stream URL support" off
+OPTIONS_DEFINE= QUVI
+QUVI_DESC= Enable flash media stream URL support
.include <bsd.port.options.mk>
-.if defined(WITH_QUVI)
-LIB_DEPENDS+= quvi.7:${PORTSDIR}/multimedia/libquvi
+.if ${PORT_OPTIONS:MQUVI}
+LIB_DEPENDS+= quvi:${PORTSDIR}/multimedia/libquvi
CONFIGURE_ARGS+=--enable-enable-quvi
.else
CONFIGURE_ARGS+=--enable-enable-quvi=no