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/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
new file mode 100644
index 000000000..7e742d214
--- /dev/null
+++ b/multimedia/totem-pl-parser/Makefile
@@ -0,0 +1,24 @@
+# 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.21.5
+CATEGORIES= multimedia gnome
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GObject-based library to parse a host of playlist formats
+
+LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+USE_GNOME= gnomehack gnomeprefix gnomevfs2
+
+.include <bsd.port.mk>