openbsd-ports/devel/libsoup/Makefile
marcm fad288b160 This is a reimplementation of devel/soup (itself a Simple Object Access
Protocol implementation) now called libsoup and utilizing glib-2.
2003-11-03 15:44:05 +00:00

34 lines
764 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/11/03 15:44:05 marcm Exp $
COMMENT= "a SOAP (Simple Object Access Protocol) implementation in C"
DISTNAME= libsoup-1.99.26
CATEGORIES= devel
HOMEPAGE= http://www.gnome.org/
MAINTAINER= Marc Matteo <marcm@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/1.99/}
EXTRACT_SUFX= .tar.bz2
MODULE= gettext
LIB_DEPENDS= glib-2.0.0.0::devel/glib2
USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.57
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>