20 lines
654 B
Makefile
20 lines
654 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/05/23 10:32:36 tnn2 Exp $
|
|
|
|
.include "../../mail/squirrelmail/plugin.mk"
|
|
|
|
PLUGIN_NAME= change_qldforward
|
|
PLUGIN_VERSION= 1.00-1.2.0
|
|
PKGNAME= sm-${PLUGIN_NAME}-${PLUGIN_VERSION:S/-/./}
|
|
|
|
MAINTAINER= cube@NetBSD.org
|
|
HOMEPAGE= http://www.squirrelmail.org/plugin_view.php?id=26
|
|
COMMENT= Allows users to change their LDAP password from SquirrelMail
|
|
|
|
DEPENDS+= sm-compatibility>=1.3:../../wip/sm-compatibility
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=4.1.1:../../databases/php-ldap
|
|
|
|
CONF_FILES= ${FULL_PLUGIN_DIR}/config.php.sample \
|
|
${FULL_PLUGIN_DIR}/config.php
|
|
|
|
.include "../../lang/php/phpversion.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|