freebsd-ports/net-im/tkabber-plugins/Makefile
Dmitry Marakasov 11bb93c9e4 - update from ancient 20100131 snapshot to proper 1.1 release
- bumps up PORTEPOCH because of weird versioning
- add LICENSE
- add dependency on tkabber-1.1
- add pkg-message to describe how to use plugins
- pass maintainership to submitter

PR:		188257
Submitted by:	Mikhail <mp39590@gmail.com>
Approved by:	Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer)
2014-04-24 23:18:26 +00:00

33 lines
912 B
Makefile

# 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>