aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/tkabber-plugins/Makefile
blob: f51f810bc8d491c812befcd3fd1a31cd9ef8aa8b (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
# Created by: Denis Shaposhnikov <dsh@vlink.ru>
# $FreeBSD$

PORTNAME=   tkabber-plugins
PORTVERSION=    1.1
PORTEPOCH=  1
CATEGORIES= net-im tcl tk
MASTER_SITES=   http://files.jabber.ru/tkabber/

MAINTAINER= mp39590@gmail.com
COMMENT=    External Plugins for Tkabber

LICENSE=    GPLv2

RUN_DEPENDS=    tkabber==1.1:${PORTSDIR}/net-im/tkabber

USES=       tar:xz

NO_BUILD=   yes
WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}

SUBDIRS=    aniemoticons attline battleship bc browser checkers chess \
        ctcomp custom-urls cyrillize debug ejabberd floatingcontact \
        floatinglog georoster gmail iconsets jidlink latex mute \
        openurl osd otr poker presencecmd quiz quotelastmsg receipts \
        renju reversi singularity socials spy stripes tclchat \
        tkabber-khim traffic unixkeys whiteboard

do-install:
    ${MKDIR} ${STAGEDIR}${DATADIR}
    (cd ${WRKSRC} && ${COPYTREE_SHARE} "${SUBDIRS} README" ${STAGEDIR}${DATADIR})

.include <bsd.port.mk>