openbsd-ports/net/librest/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

35 lines
768 B
Makefile

# $OpenBSD: Makefile,v 1.3 2010/07/12 22:07:39 sthen Exp $
COMMENT = access web services that claim to be RESTful
DISTNAME = rest-0.6
PKGNAME = lib${DISTNAME}
REVISION = 0
CATEGORIES = net devel
SHARED_LIBS = rest 0.0
HOMEPAGE = http://moblin.org/projects/librest
MASTER_SITES = http://moblin.org/sites/all/files/
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = gnu
USE_LIBTOOL = Yes
# not really needed yet, see rest/rest-proxy.c
CONFIGURE_ARGS = --without-gnome
MODULES = devel/gettext
LIB_DEPENDS = soup-2.4::devel/libsoup
WANTLIB += gcrypt gio-2.0 glib-2.0 gmodule-2.0 gnutls gobject-2.0
WANTLIB += gpg-error gthread-2.0 m pcre tasn1 xml2 z
.include <bsd.port.mk>