openbsd-ports/www/mod_ldapvhost/Makefile
jasper 20696471fe remove marc balmer as maintainer of all of his ports, to take away the
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00

41 lines
923 B
Makefile

# $OpenBSD: Makefile,v 1.9 2009/09/15 17:37:22 jasper Exp $
COMMENT= Apache LDAP based virtual hosts module
DISTNAME= mod_ldapvhost-1.0.2
PKGNAME= ${DISTNAME}p5
CATEGORIES= www
HOMEPAGE= https://www.msys.ch/products/unix/mod_ldapvhost/
MASTER_SITES= http://www.etc.msys.ch/software/mod_ldapvhost/
EXTRACT_SUFX= .tgz
MODULES+= apache-module
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODAPACHE_NAME= ldapvhost
NO_REGRESS= Yes
LIB_DEPENDS= ldap,lber::databases/openldap
do-build:
(cd ${WRKBUILD}; make)
post-build:
@${MODAPACHE_CREATE_ENABLE_SCRIPT}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_ldapvhost
${INSTALL_DATA} ${WRKBUILD}/*.schema ${PREFIX}/share/doc/mod_ldapvhost/
${INSTALL_DATA} ${WRKBUILD}/mod_ldapvhost.conf \
${PREFIX}/share/doc/mod_ldapvhost/
${MODAPACHE_INSTALL}
.include <bsd.port.mk>