summaryrefslogtreecommitdiffstats
path: root/net/grilo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/grilo/Makefile')
-rw-r--r--net/grilo/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/grilo/Makefile b/net/grilo/Makefile
new file mode 100644
index 000000000..29aae6c8a
--- /dev/null
+++ b/net/grilo/Makefile
@@ -0,0 +1,21 @@
+# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
+# $FreeBSD$
+
+PORTNAME= grilo
+PORTVERSION= 0.2.3
+CATEGORIES= net
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Grilo is a framework focused on making media discovery and browsing
+
+USES= gettext gmake pathfix pkgconfig
+USE_XZ= yes
+USE_AUTOTOOLS= libtool
+USE_LDCONFIG= yes
+USE_GNOME= glib20 gnomehier intlhack libxml2 ltverhack
+GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+.include <bsd.port.mk>