mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
The roundcube port itself has the restriction removed. All plugins which I use seem to work with 8.3. Maintainer timeout: about a month (except for 1)
29 lines
643 B
Makefile
29 lines
643 B
Makefile
PORTNAME= sauserprefs
|
|
PORTVERSION= 1.20
|
|
CATEGORIES= mail
|
|
PKGNAMEPREFIX= roundcube-
|
|
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
|
|
|
MAINTAINER= stb@lassitu.de
|
|
COMMENT= Roundcube plugin to manage SpamAssassin prefs
|
|
WWW= http://www.tehinterweb.co.uk/roundcube/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.5:mail/roundcube@${PHP_FLAVOR}
|
|
|
|
USES= php:flavors
|
|
|
|
WWWDIR= ${PREFIX}/www/roundcube/plugins/sauserprefs
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= JohnDoh
|
|
GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME}
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}/${WWWDIR}
|
|
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}/${WWWDIR}
|
|
|
|
.include <bsd.port.mk>
|