openbsd-ports/net/librest/Makefile
2013-04-16 13:17:00 +00:00

39 lines
852 B
Makefile

# $OpenBSD: Makefile,v 1.17 2013/04/16 13:17:01 ajacoutot Exp $
COMMENT = access web services that claim to be RESTful
GNOME_VERSION = 0.7.90
GNOME_PROJECT = rest
PKGNAME = lib${DISTNAME}
REVISION = 0
CATEGORIES = net devel
SHARED_LIBS += rest-0.7 0.2
SHARED_LIBS += rest-extras-0.7 0.0
HOMEPAGE = http://moblin.org/projects/librest
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += m pcre pthread soup-2.4 soup-gnome-2.4 sqlite3 xml2
WANTLIB += z
MODULES = devel/gettext \
x11/gnome
MODGNOME_TOOLS= gi
LIB_DEPENDS = devel/libsoup,-gnome
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-gnome \
--with-ca-certificates=/etc/ssl/cert.pem
.include <bsd.port.mk>