mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
227e5b04d6
- Implement bsd.squirrelmail.mk common include PR: ports/130543 Submitted by: Neil Darlow <neil darlow.co.uk> (maintainer)
24 lines
714 B
Makefile
24 lines
714 B
Makefile
# New ports collection makefile for: squirrelmail-password_forget-plugin
|
|
# Date created: 4 Dec 2006
|
|
# Whom: Neil Darlow <neil@darlow.co.uk>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= password_forget
|
|
PORTVERSION= 2.2
|
|
CATEGORIES= mail www
|
|
MASTER_SITES= http://www.squirrelmail.org/plugins/
|
|
PKGNAMEPREFIX= squirrelmail-
|
|
PKGNAMESUFFIX= -plugin
|
|
DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.0.1
|
|
DIST_SUBDIR= squirrelmail
|
|
|
|
MAINTAINER= neil@darlow.co.uk
|
|
COMMENT= Prevent reuse of login details by browsers at public terminals
|
|
|
|
RUN_DEPENDS= ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "../squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.post.mk>
|