freebsd-ports/mail/roundcube-sieverules/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

31 lines
615 B
Makefile

# Created by: Anes Muhametov <anes@anes.su>
# $FreeBSD$
PORTNAME= sieverules
PORTVERSION= 2.1.2
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-Plugin-SieveRules-Managesieve
NO_BUILD= yes
NO_ARCH= yes
WWWDIR= ${PREFIX}/www/roundcube/plugins/sieverules
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>