freebsd-ports/mail/roundcube-identity_smtp/Makefile
Koichiro Iwao 830abdbbbe New port: mail/roundcube-identity_smtp
Roundcube plugin to setup different SMTP settings per identity

WWW: https://github.com/deflomu/Roundcube-SMTP-per-Identity-Plugin

Approved by:	hrs (mentor)
Sponsored by:	HAW International, Inc.
Differential Revision:	https://reviews.freebsd.org/D16109
2018-07-03 09:30:58 +00:00

32 lines
730 B
Makefile

# $FreeBSD$
PORTNAME= identity_smtp
PORTVERSION= 20170914
CATEGORIES= mail
PKGNAMEPREFIX= roundcube-
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= meta@FreeBSD.org
COMMENT= Roundcube plugin to setup different SMTP settings per identity
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:flavors
NO_BUILD= yes
NO_ARCH= yes
USE_GITHUB= yes
GH_ACCOUNT= deflomu
GH_PROJECT= Roundcube-SMTP-per-Identity-Plugin
GH_TAGNAME= b14e295
PLUGINDIR= ${WWWDIR:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME}
RCDIR_REL= ${WWWDIR_REL:S,/${PORTNAME}$$,,}/roundcube
PLIST_SUB= RCDIR_REL="${RCDIR_REL}"
do-install:
${MKDIR} ${STAGEDIR}${PLUGINDIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PLUGINDIR}
.include <bsd.port.mk>