summaryrefslogtreecommitdiffstats
path: root/net/geocode-glib/Makefile
blob: 5e32d4b086db48acac77491b57fae34ce13091b5 (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
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>