2012-09-01 10:36:56 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2012/09/01 14:36:58 ajacoutot Exp $
|
2011-03-24 02:52:40 -04:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
|
|
COMMENT= network-related gio modules for glib2
|
|
|
|
|
2012-05-15 10:02:46 -04:00
|
|
|
GNOME_VERSION= 2.32.3
|
2011-03-24 02:52:40 -04:00
|
|
|
GNOME_PROJECT= glib-networking
|
2012-09-01 10:36:56 -04:00
|
|
|
REVISION= 0
|
2011-03-24 02:52:40 -04:00
|
|
|
|
|
|
|
PKGNAME= glib2-networking-${GNOME_VERSION}
|
|
|
|
|
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.gtk.org/
|
|
|
|
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
|
|
|
# GLPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2012-03-29 02:28:07 -04:00
|
|
|
WANTLIB += c ffi gio-2.0 glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0
|
2012-03-29 11:00:19 -04:00
|
|
|
WANTLIB += gthread-2.0 hogweed m nettle p11-kit pcre proxy pthread
|
|
|
|
WANTLIB += stdc++ tasn1 z
|
2011-03-24 02:52:40 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome
|
|
|
|
|
|
|
|
BUILD_DEPENDS= devel/gsettings-desktop-schemas
|
|
|
|
RUN_DEPENDS= devel/gsettings-desktop-schemas
|
|
|
|
|
|
|
|
LIB_DEPENDS= net/libproxy>=0.4.6 \
|
|
|
|
security/gnutls \
|
2012-03-29 02:28:07 -04:00
|
|
|
devel/glib2>=2.32.0
|
2011-03-24 02:52:40 -04:00
|
|
|
|
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
2011-09-27 02:31:53 -04:00
|
|
|
CONFIGURE_ARGS= --disable-static \
|
2011-03-24 02:52:40 -04:00
|
|
|
--with-ca-certificates=/etc/ssl/cert.pem
|
|
|
|
|
2012-01-04 11:24:16 -05:00
|
|
|
REGRESS_IS_INTERACTIVE= x11
|
|
|
|
|
2011-03-24 02:52:40 -04:00
|
|
|
.include <bsd.port.mk>
|