summaryrefslogtreecommitdiffstats
path: root/multimedia/totem-pl-parser/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-27 23:31:16 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-27 23:31:16 +0800
commit30b15227e23c51cc74c183c7e3a1392fe9c4a627 (patch)
tree298aff20c898ee581315f49278a6d1db6f9b3791 /multimedia/totem-pl-parser/Makefile
parentfa03d74abbb8fe3d381076bdf89ddf839e1b7496 (diff)
downloadmarcuscom-ports-30b15227e23c51cc74c183c7e3a1392fe9c4a627.tar
marcuscom-ports-30b15227e23c51cc74c183c7e3a1392fe9c4a627.tar.gz
marcuscom-ports-30b15227e23c51cc74c183c7e3a1392fe9c4a627.tar.bz2
marcuscom-ports-30b15227e23c51cc74c183c7e3a1392fe9c4a627.tar.lz
marcuscom-ports-30b15227e23c51cc74c183c7e3a1392fe9c4a627.tar.xz
marcuscom-ports-30b15227e23c51cc74c183c7e3a1392fe9c4a627.tar.zst
marcuscom-ports-30b15227e23c51cc74c183c7e3a1392fe9c4a627.zip
Update to 2.29.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13506 df743ca5-7f9a-e211-a948-0013205c9059
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..43cc90455
--- /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$
+#
+
+PORTNAME= totem-pl-parser
+PORTVERSION= 2.29.1
+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= hal.1:${PORTSDIR}/sysutils/hal \
+ gmime-2.4.6:${PORTSDIR}/mail/gmime24
+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 gnomevfs2 intlhack ltverhack
+USE_GETTEXT= yes
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool:22
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>