2012-08-15 10:58:25 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2012/08/15 10:58:25 jasper Exp $
|
2009-10-11 10:21:02 +00:00
|
|
|
|
|
|
|
COMMENT = access web services that claim to be RESTful
|
|
|
|
|
2012-08-15 10:58:25 +00:00
|
|
|
GNOME_VERSION = 0.7.90
|
2011-04-28 13:58:36 +00:00
|
|
|
GNOME_PROJECT = rest
|
2010-07-12 22:07:37 +00:00
|
|
|
PKGNAME = lib${DISTNAME}
|
2009-10-11 10:21:02 +00:00
|
|
|
|
|
|
|
CATEGORIES = net devel
|
|
|
|
|
2011-10-27 11:32:33 +00:00
|
|
|
SHARED_LIBS += rest-0.7 0.2
|
2011-04-28 10:48:38 +00:00
|
|
|
SHARED_LIBS += rest-extras-0.7 0.0
|
2009-10-11 10:21:02 +00:00
|
|
|
|
|
|
|
HOMEPAGE = http://moblin.org/projects/librest
|
2011-04-28 13:49:38 +00:00
|
|
|
|
2011-04-28 13:58:36 +00:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
2009-10-11 10:21:02 +00:00
|
|
|
|
|
|
|
# LGPLv2.1
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2011-04-28 10:48:38 +00:00
|
|
|
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 19:41:08 +00:00
|
|
|
WANTLIB += sqlite3 xml2 z ffi
|
2009-10-11 10:21:02 +00:00
|
|
|
|
2011-04-28 13:58:36 +00:00
|
|
|
MODULES = devel/gettext \
|
|
|
|
x11/gnome
|
2011-09-20 20:51:51 +00:00
|
|
|
MODGNOME_TOOLS= goi
|
|
|
|
|
2011-04-28 10:48:38 +00:00
|
|
|
LIB_DEPENDS = devel/libsoup,-gnome
|
2009-10-11 10:21:02 +00:00
|
|
|
|
2011-04-28 10:48:38 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
2009-10-11 10:21:02 +00:00
|
|
|
|
2011-11-10 19:41:08 +00:00
|
|
|
CONFIGURE_ARGS = --with-gnome \
|
|
|
|
--with-ca-certificates=/etc/ssl/cert.pem
|
2009-10-11 10:21:02 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|