blob: 625326dafedd5e48617d9c3c4ca1839108becee7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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= Convenience library for the Yahoo! Place Finder APIs
LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
libsoup-2.4.so:${PORTSDIR}/devel/libsoup
USES= gettext gmake pathfix pkgconfig
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= 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>
|