mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
00d52a3e4c
While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
34 lines
867 B
Makefile
34 lines
867 B
Makefile
# 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>
|