2013-03-08 11:51:34 +01:00
|
|
|
# Created by: Koop Mast <kwm@FreeBSD.org>
|
2011-08-23 20:15:49 +02:00
|
|
|
# $FreeBSD$
|
2013-07-31 13:57:45 +02:00
|
|
|
# $MCom: ports/trunk/net/glib-networking/Makefile 18537 2013-06-16 20:08:30Z kwm $
|
2011-08-23 20:15:49 +02:00
|
|
|
|
|
|
|
PORTNAME= glib-networking
|
2013-07-31 13:57:45 +02:00
|
|
|
PORTVERSION= 2.36.2
|
2011-08-23 20:15:49 +02:00
|
|
|
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
|
2013-03-08 11:51:34 +01:00
|
|
|
LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \
|
|
|
|
gcrypt:${PORTSDIR}/security/libgcrypt \
|
|
|
|
dbus-1:${PORTSDIR}/devel/dbus \
|
|
|
|
proxy:${PORTSDIR}/net/libproxy
|
2011-08-23 20:15:49 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
|
|
|
|
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
|
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
USE_XZ= yes
|
2011-08-23 20:15:49 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-03-08 11:51:34 +01:00
|
|
|
USE_GNOME= gnomehack glib20 intltool
|
2013-09-02 18:21:38 +02:00
|
|
|
USES= gettext gmake pkgconfig
|
2011-08-23 20:15:49 +02:00
|
|
|
CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2011-09-24 00:26:39 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2011-08-23 20:15:49 +02:00
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2011-08-23 20:15:49 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e' s|-Wmissing-include-dirs||g' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|