pkgsrc/www/librest07/Makefile
rillig b12904483c www: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded phraseanet since pkglint got the indentation wrong.
2019-11-04 22:09:50 +00:00

30 lines
828 B
Makefile

# $NetBSD: Makefile,v 1.31 2019/11/04 22:09:56 rillig Exp $
DISTNAME= rest-0.7.93
PKGNAME= ${DISTNAME:S/rest/librest07/}
PKGREVISION= 12
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rest/0.7/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://wiki.gnome.org/Projects/Librest
COMMENT= Library for "RESTful" web services
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
# see pkgsrc/security/mozilla-rootcerts
CONFIGURE_ARGS+= --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
PKGCONFIG_OVERRIDE+= rest.pc.in rest-extras.pc.in
TEST_TARGET= check
.include "options.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../net/libsoup/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"