mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
e1630922bd
that it will work when installed from binary pkg. Bump PORTREVISION on all plugins for this.
22 lines
521 B
Makefile
22 lines
521 B
Makefile
# Created by: Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mark_read
|
|
PORTVERSION= 1.4.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= mail www
|
|
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.2
|
|
|
|
MAINTAINER= itetcu@FreeBSD.org
|
|
COMMENT= Provides one-click link to mark read/unread all mails in a folder
|
|
|
|
USE_SM_COMPAT= YES
|
|
|
|
SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/}
|
|
|
|
post-patch:
|
|
@${RM} ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/mark_read.php.orig
|
|
|
|
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.mk>
|