# New ports collection makefile for: courierpassd # Date created: 26th July 2005 # Whom: Ade Lovett # # $FreeBSD$ PORTNAME= courierpassd PORTVERSION= 1.1.1 CATEGORIES= security mail MASTER_SITES= http://www.arda.homeunix.net/store/ MAINTAINER= ade@FreeBSD.org COMMENT= User authentication and password changing daemon utility BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base GNU_CONFIGURE= yes USE_GMAKE= yes USE_GETTEXT= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl CONFIGURE_ENV= CPPFLAGS='${CPPFLAGS}' LDFLAGS='${LDFLAGS}' MINUID?= 100 DELAY?= 3 CONFIGURE_ARGS+=--with-minuid=${MINUID} --with-badpassdelay=${DELAY} PLIST_FILES= sbin/courierpassd MAN8= courierpassd.8 pre-everything:: @${ECHO} "" @${ECHO} "###########################################################" @${ECHO} "" @${ECHO} "The following build options are available:" @${ECHO} " @${ECHO} " MINUID=uid" @${ECHO} " Accounts with uids below this value cannot have" @${ECHO} " their passwords changed. Default value is 100." @${ECHO} "" @${ECHO} " DELAY=sec" @${ECHO} " Set the delay after a password change failure." @${ECHO} " Default is 3 seconds." @${ECHO} "" @${ECHO} "###########################################################" @${ECHO} "" post-install: @${CAT} ${PKGMESSAGE} .include