10757b20e2
- Add LICENSE - No PORTREVISION bump, as there is no change in functionality Requested by: itetcu
23 lines
638 B
Makefile
23 lines
638 B
Makefile
# New ports collection makefile for: squirrelmail-timeout_user-plugin
|
|
# Date created: 2006-07-07
|
|
# Whom: Thomas Abthorpe <thomas@goodking.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= timeout_user
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 2
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-0.5
|
|
DIST_SUBDIR= squirrelmail
|
|
|
|
MAINTAINER= tabthorpe@FreeBSD.org
|
|
COMMENT= Automatically logs a user out if they're idle for a set amount of time
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.post.mk>
|