freebsd-ports/mail/squirrelmail-askuserinfo-plugin/Makefile
Thomas Abthorpe e954d9774a User is asked to enter Full Name and Email Address prior to reading or
composing after logging in.  This is used for users who log in for the
first time and need to set up their preferences prior to getting started.

WWW:    http://squirrelmail.org/plugin_view.php?id=142
2010-05-25 16:58:53 +00:00

18 lines
496 B
Makefile

# New ports collection makefile for: squirrelmail-askuserinfo-plugin
# Date created: 2010-05-25
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= askuserinfo
PORTVERSION= 1.1
DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.0
DIST_SUBDIR= squirrelmail
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Ask user to enter Full name and Email address at initial logon
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.post.mk>