Maintainer timeout expired: anes@anes.su Additional port changes: * Changed to DISTVERSION * Adjusted case of GH_ACCOUNT/GH_PROJECT * Silenced the command PR: 224289 Submitted by: Krzysztof <ports@bsdserwis.com> Approved by: tcberner (mentor, implicit)
30 lines
595 B
Makefile
30 lines
595 B
Makefile
# Created by: Anes Muhametov <anes@anes.su>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sieverules
|
|
DISTVERSION= 2.3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= mail
|
|
PKGNAMEPREFIX= roundcube-
|
|
|
|
MAINTAINER= anes@anes.su
|
|
COMMENT= Roundcube webmail sieve plugin
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= roundcube>=1.0:mail/roundcube
|
|
RUN_DEPENDS= roundcube>=1.0:mail/roundcube
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= johndoh
|
|
GH_PROJECT= roundcube-sieverules
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
WWWDIR= ${PREFIX}/www/roundcube/plugins/${PORTNAME}
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${WWWDIR}
|
|
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
|
|
|
|
.include <bsd.port.mk>
|