2008-02-16 23:48:27 +01:00
|
|
|
PORTNAME= spam-buttons
|
2010-05-22 21:25:13 +02:00
|
|
|
PORTVERSION= 2.3.1
|
2014-08-28 17:16:49 +02:00
|
|
|
PORTREVISION= 2
|
|
|
|
CATEGORIES= mail www
|
2009-02-11 19:56:07 +01:00
|
|
|
DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.0
|
2008-02-16 23:48:27 +01:00
|
|
|
DIST_SUBDIR= squirrelmail
|
|
|
|
|
2017-02-27 22:20:41 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-02-16 23:48:27 +01:00
|
|
|
COMMENT= Provides buttons with customizable action (for reporting spam, etc.)
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://www.squirrelmail.org/plugin_view.php?id=242
|
2008-02-16 23:48:27 +01:00
|
|
|
|
2009-02-11 19:56:07 +01:00
|
|
|
USE_SM_COMPAT= yes
|
2008-02-16 23:48:27 +01:00
|
|
|
|
|
|
|
SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/}
|
|
|
|
|
2014-07-04 02:33:29 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2013-06-27 08:48:43 +02:00
|
|
|
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
|
2008-02-16 23:48:27 +01:00
|
|
|
|
2010-05-22 21:25:13 +02:00
|
|
|
post-extract:
|
|
|
|
@${MV} ${WRKSRC}/${_SMSRCDIR}/config_example.php ${WRKSRC}/${_SMSRCDIR}/config.sample.php
|
|
|
|
@${RM} ${WRKSRC}/${_SMSRCDIR}/README
|
|
|
|
@${MV} ${WRKSRC}/${_SMSRCDIR}/docs ${WRKSRC}/${_SMSRCDIR}/doc
|
|
|
|
|
2014-08-28 17:16:49 +02:00
|
|
|
.include <bsd.port.mk>
|