pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
36 lines
1 KiB
Makefile
36 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.57 2020/01/18 23:30:22 rillig Exp $
|
|
|
|
DISTNAME= apr-util-1.6.1
|
|
PKGREVISION= 6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_APACHE:=apr/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://apr.apache.org/
|
|
COMMENT= Apache Portable Runtime utilities
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-apr=${BUILDLINK_PREFIX.apr}/bin/apr-1-config
|
|
CONFIGURE_ARGS+= --with-expat=${BUILDLINK_PREFIX.expat}
|
|
CONFIGURE_ARGS+= --without-gdbm
|
|
CONFIGURE_ARGS+= --without-odbc
|
|
CONFIGURE_ARGS+= --without-sqlite2
|
|
PKGCONFIG_OVERRIDE+= apr-util.pc.in
|
|
|
|
# just a list of exported symbols for a library that also starts with shebang
|
|
CHECK_INTERPRETER_SKIP= lib/aprutil.exp
|
|
|
|
MAKE_ENV+= WRAPPER_DIR=${WRAPPER_DIR}
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.include "options.mk"
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.apr+= apr>=1.5.0
|
|
.include "../../devel/apr/buildlink3.mk"
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|