2013-10-26 08:02:57 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2013/10/26 08:02:57 ajacoutot 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}
|
2013-10-26 08:02:57 +00:00
|
|
|
REVISION = 2
|
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
|
|
|
|
|
2013-03-30 10:23:50 +00:00
|
|
|
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
|
2009-10-11 10:21:02 +00:00
|
|
|
|
2011-04-28 13:58:36 +00:00
|
|
|
MODULES = devel/gettext \
|
|
|
|
x11/gnome
|
2013-04-16 13:17:00 +00:00
|
|
|
MODGNOME_TOOLS= gi
|
2011-09-20 20:51:51 +00:00
|
|
|
|
2013-10-26 08:02:57 +00:00
|
|
|
LIB_DEPENDS = devel/libsoup
|
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
|
|
|
|
2013-09-26 07:44:22 +00:00
|
|
|
PORTHOME= ${WRKDIST}
|
|
|
|
|
2009-10-11 10:21:02 +00:00
|
|
|
.include <bsd.port.mk>
|