pkgsrc/www/ap22-auth-ofba/Makefile
wiz 67ea766c4c apache22: remove, it was eol'd in June 2017
Remove packages that only work with apache22.
Remove apache22 references.
2018-01-01 10:23:04 +00:00

31 lines
815 B
Makefile

# $NetBSD: Makefile,v 1.2 2018/01/01 10:23:08 wiz Exp $
DISTNAME= mod_auth_ofba-0.6
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//:S/_/-/g}
CATEGORIES= www
MASTER_SITES= https://ftp.espci.fr/pub/mod_auth_ofba/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ftp.espci.fr/pub/mod_auth_ofba/README.txt
COMMENT= MS-OFBA authentication
LICENSE= original-bsd
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
USE_APR= yes
.include "../../mk/apache.mk"
APACHE_MODULE_NAME= mod_auth_ofba.${MODULE_EXT}
MODULE_EXT= la
DOC_DIR= share/doc/mod_auth_ofba
INSTALLATION_DIRS+= sbin ${DOC_DIR}
do-install:
cd ${WRKSRC} && ${MAKE} install DESTDIR=${DESTDIR}
cd ${WRKSRC} && ${INSTALL_DATA} README ${DESTDIR}${PREFIX}/${DOC_DIR}/
.include "../../mk/apache.module.mk"
.include "../../mk/bsd.pkg.mk"