summaryrefslogtreecommitdiffstats
path: root/multimedia/totem-pl-parser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/totem-pl-parser/Makefile')
-rw-r--r--multimedia/totem-pl-parser/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
new file mode 100644
index 000000000..8b1ea695f
--- /dev/null
+++ b/multimedia/totem-pl-parser/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: totem-pl-parser
+# Date created: 2007-12-04
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.42 2010/10/18 14:01:02 kwm Exp $
+#
+
+PORTNAME= totem-pl-parser
+PORTVERSION= 2.32.2
+CATEGORIES= multimedia gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+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
+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
+USE_GETTEXT= yes
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>