aboutsummaryrefslogtreecommitdiffstats
path: root/mail/roundcube-thunderbird_labels/Makefile
blob: 8aec906a4e8e9cfab6bdc5cfb856263e33cc69ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Created by: Alexander Moisseev <moiseev@mezonplus.ru>
# $FreeBSD$

PORTNAME=   thunderbird_labels
PORTVERSION=    1.1.3
DISTVERSIONPREFIX=  v
CATEGORIES= mail
PKGNAMEPREFIX=  roundcube-

MAINTAINER= moiseev@mezonplus.ru
COMMENT=    Thunderbird Labels plugin for RoundCube webmail

LICENSE=    BSD2CLAUSE

RUN_DEPENDS=    roundcube>=0.5:mail/roundcube

USES=       tar:bzip2
NO_BUILD=   yes
NO_ARCH=    yes

USE_GITHUB= yes
GH_ACCOUNT= mike-kfed
GH_PROJECT= rcmail-thunderbird-labels

PLUGINDIR=  ${WWWDIR:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME}
PLUGINDIR_REL=  ${WWWDIR_REL:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME}
PLIST_SUB=  PLUGINDIR_REL="${PLUGINDIR_REL}"

# This target is only meant to be used by the port maintainer.
x-generate-plist: build
    make makeplist | \
    ${SED} \
        -e "s,^\(%%PLUGINDIR_REL%%/config\.inc\.php\.sample$$\),@sample \1," \
        >${.CURDIR}/pkg-plist.tmp

do-install:
    ${MKDIR} ${STAGEDIR}${PLUGINDIR}
    cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PLUGINDIR}
    cd ${STAGEDIR}${PLUGINDIR} && \
        ${MV} config.inc.php config.inc.php.sample

.include <bsd.port.mk>