Update x11-drivers/xf86-input-wacom to version 0.34.0_1
[dports.git] / mail / squirrelmail-timeout_user-plugin / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       timeout_user
4 PORTVERSION=    1.1.1
5 PORTREVISION=   5
6 CATEGORIES=     mail www
7 DISTNAME=       ${PORTNAME}-${PORTVERSION}-0.5
8
9 MAINTAINER=     ports@FreeBSD.org
10 COMMENT=        Automatically logs a user out if they're idle for a set amount of time
11
12 LICENSE=        GPLv2
13
14 USE_SM_COMPAT=  yes
15 USE_GENERIC_PKGMESSAGE= yes
16
17 post-patch:
18         @${MV} ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/config.php ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/config.php.sample
19
20 .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
21 .include <bsd.port.mk>