e954d9774a
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
18 lines
496 B
Makefile
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>
|