2013-06-27 08:48:43 +02:00
|
|
|
# Created by: Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
|
2008-02-17 18:39:54 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mark_read
|
|
|
|
PORTVERSION= 1.4.2
|
2014-08-28 17:16:49 +02:00
|
|
|
PORTREVISION= 4
|
|
|
|
CATEGORIES= mail www
|
2008-02-17 18:39:54 +01:00
|
|
|
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.2
|
|
|
|
|
|
|
|
MAINTAINER= itetcu@FreeBSD.org
|
|
|
|
COMMENT= Provides one-click link to mark read/unread all mails in a folder
|
|
|
|
|
2009-02-11 22:12:34 +01:00
|
|
|
USE_SM_COMPAT= YES
|
2008-02-17 18:39:54 +01:00
|
|
|
|
|
|
|
SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/}
|
|
|
|
|
2008-02-18 23:10:52 +01:00
|
|
|
post-patch:
|
|
|
|
@${RM} ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/mark_read.php.orig
|
|
|
|
|
2013-06-27 08:48:43 +02:00
|
|
|
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
|
2014-08-28 17:16:49 +02:00
|
|
|
.include <bsd.port.mk>
|