summaryrefslogtreecommitdiffstats
path: root/net/glib-networking/Makefile
blob: 2f202b4d46a6f4090b223390b9ef46cb7e30fc5a (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
30
31
32
33
34
35
36
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/net/glib-networking/Makefile,v 1.19 2012/08/17 19:06:45 kwm Exp $

PORTNAME=   glib-networking
PORTVERSION=    2.34.2
CATEGORIES= net
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Network-related giomodules for glib

BUILD_DEPENDS=  ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
        gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
LIB_DEPENDS=    gnutls:${PORTSDIR}/security/gnutls \
        gcrypt:${PORTSDIR}/security/libgcrypt \
        dbus-1:${PORTSDIR}/devel/dbus \
        proxy:${PORTSDIR}/net/libproxy
RUN_DEPENDS=    ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
        gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas

USE_XZ=     yes
GNU_CONFIGURE=  yes
USE_GNOME=  gnomehack pkgconfig glib20 intltool
USE_GETTEXT=    yes
USE_GMAKE=  yes
MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
CPPFLAGS+=  -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+=   -L${LOCALBASE}/lib ${PTHREAD_LIBS}

post-patch:
    @${REINPLACE_CMD} -e' s|-Wmissing-include-dirs||g' ${WRKSRC}/configure

.include <bsd.port.mk>