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