freebsd-ports/mail/roundcube-sauserprefs/Makefile
Muhammad Moinur Rahman 0ddbe884d6 UNBREAK some ports with php80
- Pet portclippy/portfmt

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
2022-01-25 10:34:17 -06:00

31 lines
777 B
Makefile

# Created by: Stefan Bethke <stb@lassitu.de>
PORTNAME= sauserprefs
PORTVERSION= 1.10 # PLEASE MIRROR DISTFILE WITH VERSIONED DIR
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.tehinterweb.co.uk/roundcube/plugins/ \
LOCAL/bdrewery/${PORTNAME}/${PORTVERSION}/
PKGNAMEPREFIX= roundcube-
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
DISTNAME= ${PORTNAME}
MAINTAINER= stb@lassitu.de
COMMENT= Roundcube plugin to manage SpamAssassin prefs
LICENSE= GPLv3
RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.8:mail/roundcube@${PHP_FLAVOR}
USES= php:flavors
IGNORE_WITH_PHP= 81
WWWDIR= ${PREFIX}/www/roundcube/plugins/sauserprefs
NO_ARCH= yes
NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}/${WWWDIR}
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}/${WWWDIR}
.include <bsd.port.mk>