mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
6b1a4caaa2
Nothing requires bsd.squirrelmail to be loaded after bsd.port.pre.mk but the PORTDIR. Convert "${PORTDIR}/mail" to ${.CURDIR}/.. and remove all the pre.mk/post.mk dancine Reported by: erwin
19 lines
505 B
Makefile
19 lines
505 B
Makefile
# Created by: 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 "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.mk>
|