44 lines
897 B
Makefile
Raw Normal View History

2013-09-26 07:20:09 +00:00
# $OpenBSD: Makefile,v 1.24 2013/09/26 07:20:09 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= network-related gio modules for glib2
2013-09-26 07:20:09 +00:00
GNOME_VERSION= 2.38.0
GNOME_PROJECT= glib-networking
PKGNAME= glib2-networking-${GNOME_VERSION}
CATEGORIES= net
HOMEPAGE= http://www.gtk.org/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GLPLv2
PERMIT_PACKAGE_CDROM= Yes
2012-03-29 06:28:07 +00:00
WANTLIB += c ffi gio-2.0 glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0
2013-03-27 17:54:27 +00:00
WANTLIB += hogweed m nettle p11-kit pcre proxy pthread stdc++
WANTLIB += tasn1 z
MODULES= devel/gettext \
x11/gnome
2013-03-27 17:54:27 +00:00
BUILD_DEPENDS= devel/gsettings-desktop-schemas
RUN_DEPENDS= devel/gsettings-desktop-schemas
2012-09-27 08:58:43 +00:00
LIB_DEPENDS= net/libproxy \
security/gnutls \
2013-09-26 07:20:09 +00:00
devel/glib2
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_STYLE=gnu
2011-09-27 06:31:53 +00:00
CONFIGURE_ARGS= --disable-static \
--with-ca-certificates=/etc/ssl/cert.pem
2013-03-11 11:35:43 +00:00
TEST_IS_INTERACTIVE= x11
.include <bsd.port.mk>