summaryrefslogtreecommitdiffstats
path: root/net/geocode-glib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/geocode-glib/Makefile')
-rw-r--r--net/geocode-glib/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/net/geocode-glib/Makefile b/net/geocode-glib/Makefile
new file mode 100644
index 000000000..5e32d4b08
--- /dev/null
+++ b/net/geocode-glib/Makefile
@@ -0,0 +1,29 @@
+# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
+# $FreeBSD$
+
+PORTNAME= geocode-glib
+PORTVERSION= 0.99.0
+CATEGORIES= net devel gnome
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= a convenience library for the Yahoo! Place Finder APIs
+
+LIB_DEPENDS= json-glib-1.0:${PORTSDIR}/devel/json-glib \
+ soup-2.4:${PORTSDIR}/devel/libsoup
+
+USES= gettext pathfix
+USE_BZIP2= yes
+USE_AUTOTOOLS= libtool
+USE_LDCONFIG= yes
+USE_GMAKE= yes
+USE_GNOME= evolutiondataserver3 gnomedocutils gnomehier intlhack ltverhack
+GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|SoupGNOME|Soup|' \
+ ${WRKSRC}/geocode-glib/Makefile.in
+
+.include <bsd.port.mk>