355e8ad3a0
changes: * SoupServer now works even if you don't explicitly set an encoding for the response. * WWW-Authenticate and Proxy-Authenticate responses with no realm parameter are now ignored * Added soup_xmlrpc_message_from_string() * simple-httpd and "get" now support HEAD
26 lines
743 B
Makefile
26 lines
743 B
Makefile
# $NetBSD: Makefile,v 1.22 2006/08/03 17:33:24 drochner Exp $
|
|
|
|
DISTNAME= libsoup-2.2.96
|
|
PKGNAME= ${DISTNAME:S/soup/soup-devel/}
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/2.2/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= HTTP library implementation in C
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-gtk-doc=no
|
|
|
|
PKGCONFIG_OVERRIDE+= libsoup-2.2.pc.in
|
|
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|