forked from Lainports/freebsd-ports
18 lines
464 B
Makefile
18 lines
464 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= timeout_user
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 2
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-0.5
|
|
DIST_SUBDIR= squirrelmail
|
|
|
|
MAINTAINER= ports@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
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.mk>
|