aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/tkabber-plugins/Makefile
blob: dafffb2e927997875c26133e82c5ff268c25655b (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.2
PORTEPOCH=  1
PORTREVISION=   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:net-im/tkabber

USES=       tar:xz

NO_BUILD=   yes

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>