blob: 6c0469c0ab5f82cafe7faa8e31b9c524185e90a0 (
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
|
# 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==1.1.2_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>
|