b686dd9180
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.
32 lines
844 B
Makefile
32 lines
844 B
Makefile
# $NetBSD: Makefile,v 1.15 2020/01/18 23:35:41 rillig Exp $
|
|
|
|
DISTNAME= mod_auth_kerb-5.4
|
|
PKGNAME= ${DISTNAME:S/mod/${APACHE_PKG_PREFIX}/:S/_/-/g}
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=modauthkerb/}
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= https://modauthkerb.sourceforge.net/
|
|
COMMENT= Module to allow Apache authentication using Kerberos
|
|
LICENSE= modified-bsd
|
|
|
|
CONFLICTS= ap-auth-kerb-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --without-krb4
|
|
CONFIGURE_ARGS+= --with-apache=${BUILDLINK_PREFIX.apache}
|
|
CONFIGURE_ARGS+= APXS=${APXS}
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
APACHE_MODULE= yes
|
|
|
|
INSTALLATION_DIRS+= lib/httpd
|
|
|
|
do-install:
|
|
${INSTALL_LIB} ${WRKSRC}/src/.libs/mod_auth_kerb.so \
|
|
${DESTDIR}${PREFIX}/lib/httpd
|
|
|
|
.include "../../mk/apache.mk"
|
|
.include "../../mk/krb5.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|