2012-09-01 10:36:56 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.73 2012/09/01 14:36:57 ajacoutot Exp $
|
2003-11-03 10:44:05 -05:00
|
|
|
|
2010-04-20 07:07:07 -04:00
|
|
|
COMMENT-main = SOAP implementation in C
|
|
|
|
COMMENT-gnome = GNOME specific libsoup parts
|
2003-11-03 10:44:05 -05:00
|
|
|
|
2009-04-04 06:25:48 -04:00
|
|
|
GNOME_PROJECT = libsoup
|
2012-04-16 18:52:11 -04:00
|
|
|
GNOME_VERSION = 2.38.1
|
2012-02-16 17:16:02 -05:00
|
|
|
|
2009-12-16 11:25:49 -05:00
|
|
|
PKGNAME-main = ${DISTNAME}
|
2010-04-26 17:28:22 -04:00
|
|
|
PKGNAME-gnome = ${GNOME_PROJECT}-gnome-${GNOME_VERSION}
|
2012-09-01 10:36:56 -04:00
|
|
|
|
|
|
|
REVISION-main = 0
|
|
|
|
REVISION-gnome = 1
|
2009-10-20 04:11:39 -04:00
|
|
|
|
2012-03-29 02:31:59 -04:00
|
|
|
SHARED_LIBS += soup-2.4 6.0 # 6.0
|
|
|
|
SHARED_LIBS += soup-gnome-2.4 6.0 # 6.0
|
2011-04-05 10:44:11 -04:00
|
|
|
|
2009-04-04 06:25:48 -04:00
|
|
|
API_VERSION = 2.4
|
2011-04-05 10:44:11 -04:00
|
|
|
|
2009-04-04 06:25:48 -04:00
|
|
|
CATEGORIES = devel
|
2011-04-05 10:44:11 -04:00
|
|
|
|
2009-04-04 06:25:48 -04:00
|
|
|
HOMEPAGE = http://live.gnome.org/LibSoup
|
|
|
|
|
2011-04-05 10:44:11 -04:00
|
|
|
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
2003-11-03 10:44:05 -05:00
|
|
|
|
2008-06-02 12:42:47 -04:00
|
|
|
# LGPLv2
|
2008-05-11 08:26:13 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2009-12-16 11:25:49 -05:00
|
|
|
|
2011-04-05 10:44:11 -04:00
|
|
|
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
2011-09-27 03:58:54 -04:00
|
|
|
WANTLIB += m pcre xml2 z ffi
|
2011-04-05 10:44:11 -04:00
|
|
|
|
|
|
|
MULTI_PACKAGES = -main -gnome
|
|
|
|
|
2011-09-20 16:51:51 -04:00
|
|
|
MODGNOME_TOOLS= goi
|
2011-04-07 04:09:35 -04:00
|
|
|
|
2012-03-29 02:31:59 -04:00
|
|
|
BUILD_DEPENDS = net/glib2-networking>=2.31.22 \
|
|
|
|
net/curl # needed to build tests
|
|
|
|
RUN_DEPENDS = net/glib2-networking>=2.31.22
|
2008-04-30 07:22:11 -04:00
|
|
|
|
2010-11-26 02:18:59 -05:00
|
|
|
LIB_DEPENDS = devel/glib2>=2.22.2 \
|
2010-11-15 14:45:56 -05:00
|
|
|
textproc/libxml
|
2009-04-04 06:25:48 -04:00
|
|
|
|
2011-04-05 10:44:11 -04:00
|
|
|
WANTLIB-gnome = ${WANTLIB-main} dbus-1 sqlite3 \
|
2012-03-29 02:31:59 -04:00
|
|
|
soup-2.4 gnome-keyring gcrypt gpg-error
|
2009-04-04 06:25:48 -04:00
|
|
|
|
2011-05-15 09:10:33 -04:00
|
|
|
RUN_DEPENDS-gnome= ${MODGETTEXT_RUN_DEPENDS}
|
2009-04-04 06:25:48 -04:00
|
|
|
LIB_DEPENDS-gnome = ${LIB_DEPENDS-main} \
|
2010-11-15 14:45:56 -05:00
|
|
|
${BUILD_PKGPATH},-main \
|
2012-04-23 13:15:17 -04:00
|
|
|
x11/gnome/libgnome-keyring>=3.4.0
|
2003-11-03 10:44:05 -05:00
|
|
|
|
2009-04-04 06:25:48 -04:00
|
|
|
MODULES = devel/gettext \
|
|
|
|
x11/gnome
|
2003-11-03 10:44:05 -05:00
|
|
|
|
2010-10-18 09:28:51 -04:00
|
|
|
|
2009-04-04 06:25:48 -04:00
|
|
|
CONFIGURE_STYLE = gnu
|
2011-09-20 17:04:24 -04:00
|
|
|
CONFIGURE_ARGS += --disable-more-warnings \
|
2011-09-20 16:51:51 -04:00
|
|
|
--disable-tls-check
|
2010-04-20 07:07:07 -04:00
|
|
|
# checking Apache version... 1.3.29 (Unix) (ignoring)
|
|
|
|
# But this prevents needing apache2 for certain regress tests.
|
|
|
|
CONFIGURE_ARGS+= --with-apache-httpd="/usr/sbin/httpd"
|
2007-01-18 17:15:55 -05:00
|
|
|
|
2009-04-04 06:25:48 -04:00
|
|
|
SUBST_VARS = API_VERSION
|
2003-11-03 10:44:05 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|