pkgsrc/www/ap-auth-kerb/Makefile
wiz b5d6d92ccd *: recursive bump for heimdal 7.7.0
its buildlink3.mk now includes openssl's buildlink3.mk
2021-10-21 07:46:31 +00:00

34 lines
879 B
Makefile

# $NetBSD: Makefile,v 1.18 2021/10/21 07:46:39 wiz Exp $
DISTNAME= mod_auth_kerb-5.4
PKGNAME= ${DISTNAME:S/mod/${APACHE_PKG_PREFIX}/:S/_/-/g}
PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=modauthkerb/}
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://modauthkerb.sourceforge.net/
COMMENT= Module to allow Apache authentication using Kerberos
LICENSE= modified-bsd
CONFLICTS= ap-auth-kerb-[0-9]*
GNU_CONFIGURE= yes
GNU_CONFIGURE_APXS2= no
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"