forked from Lainports/freebsd-ports
broke PKGORIGIN, which is created in bsd.port.pre.mk. Oops. So, I've added CATEGORIES back to all the plugins, and bumped PORTREVISION so that packages with correct origins can be created. Thanks to: Stefan Bethke <stb@lassitu.de>
24 lines
556 B
Makefile
24 lines
556 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= timeout_user
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= mail www
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-0.5
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Automatically logs a user out if they're idle for a set amount of time
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_SM_COMPAT= yes
|
|
USE_GENERIC_PKGMESSAGE= yes
|
|
|
|
NO_STAGE= yes
|
|
|
|
post-patch:
|
|
@${MV} ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/config.php ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/config.php.sample
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.post.mk>
|