mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
f7f3f5b942
- Move perl dependency before <bsd.port.pre.mk> - Adopt mail/squirrelmail-login_notes-plugin while I am here - There is no bump as the same functionality is maintained Requested by: linimon Approved by: portmgr (linimon)
30 lines
681 B
Makefile
30 lines
681 B
Makefile
# New ports collection makefile for: squirrelmail-mark_read-plugin
|
|
# Date created: 2008-02-16
|
|
# Whom: Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mark_read
|
|
PORTVERSION= 1.4.2
|
|
PORTREVISION= 2
|
|
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.2
|
|
DIST_SUBDIR= squirrelmail
|
|
|
|
MAINTAINER= itetcu@FreeBSD.org
|
|
COMMENT= Provides one-click link to mark read/unread all mails in a folder
|
|
|
|
USE_SM_COMPAT= YES
|
|
USE_PERL5_RUN= yes
|
|
|
|
SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/}
|
|
|
|
post-patch:
|
|
@${RM} ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/mark_read.php.orig
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
|
|
|
|
.include <bsd.port.post.mk>
|