openbsd-ports/net/librest/Makefile

41 lines
947 B
Makefile
Raw Normal View History

2012-08-15 06:58:25 -04:00
# $OpenBSD: Makefile,v 1.14 2012/08/15 10:58:25 jasper Exp $
COMMENT = access web services that claim to be RESTful
2012-08-15 06:58:25 -04:00
GNOME_VERSION = 0.7.90
2011-04-28 09:58:36 -04:00
GNOME_PROJECT = rest
PKGNAME = lib${DISTNAME}
CATEGORIES = net devel
2011-10-27 07:32:33 -04:00
SHARED_LIBS += rest-0.7 0.2
SHARED_LIBS += rest-extras-0.7 0.0
HOMEPAGE = http://moblin.org/projects/librest
2011-04-28 09:58:36 -04:00
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += dbus-1 gcrypt gio-2.0 glib-2.0 gmodule-2.0 gnome-keyring
WANTLIB += gobject-2.0 gpg-error gthread-2.0 m pcre soup-2.4 soup-gnome-2.4
2011-11-10 14:41:08 -05:00
WANTLIB += sqlite3 xml2 z ffi
2011-04-28 09:58:36 -04:00
MODULES = devel/gettext \
x11/gnome
2011-09-20 16:51:51 -04:00
MODGNOME_TOOLS= goi
LIB_DEPENDS = devel/libsoup,-gnome
CONFIGURE_STYLE = gnu
2011-11-10 14:41:08 -05:00
CONFIGURE_ARGS = --with-gnome \
--with-ca-certificates=/etc/ssl/cert.pem
.include <bsd.port.mk>