pkgsrc-wip/courierpassd/Makefile
Dominik Joe Pantůček 0dc7a81ed0 Courierpassd is a utility for changing a user 's password from across
a network. It uses the same protocol as poppassd to obtain user IDs
and passwords. I use this program to allow my mail users to change
their own passwords on my mail server from squirrelmail or roundcube,
the webmail application I use.
2007-02-26 18:54:19 +00:00

18 lines
446 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/02/26 18:54:19 dzoe Exp $
#
DISTNAME= courierpassd-1.1.2
CATEGORIES= security
MASTER_SITES= http://www.arda.homeunix.net/store/
MAINTAINER= joe@joe.cz
HOMEPAGE= http://www.arda.homeunix.net/store/
COMMENT= Password changing daemon using courier-authlib
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../security/courier-authlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"