1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/net-im/tkabber-plugins/Makefile
Sylvio Cesar Teixeira 514586eca5 - Update to 20100131
PR:		ports/143645
Submitted by:	Denis Shaposhinikov <dsh@wizard.volgograd.ru>
Approved by:	itetcu (mentor)
Feature safe:	yes
2010-03-07 23:15:38 +00:00

46 lines
1.2 KiB
Makefile

# New ports collection makefile for: tkabber-plugins
# Date created: Wed Oct 17 19:09:46 MSD 2007
# Whom: Denis Shaposhnikov <dsh@vlink.ru>
#
# $FreeBSD$
#
PORTNAME= tkabber-plugins
PORTVERSION= 20100131
CATEGORIES= net-im
MASTER_SITES= http://wizard.volgograd.ru/distfiles/
MAINTAINER= dsh@wizard.volgograd.ru
COMMENT= External Plugins for Tkabber
RUN_DEPENDS= tkabber-devel>=0.11.1.a.20100207:${PORTSDIR}/net-im/tkabber-devel
USE_BZIP2= yes
NO_BUILD= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
WRKSRC= ${WRKDIR}/${PORTNAME}
SUBDIRS= aniemoticons attline bc browser checkers chess ctcomp \
custom-urls cyrillize debug ejabberd floatingcontact \
floatinglog georoster gmail iconsets jidlink latex mute \
openurl osd poker presencecmd quiz quotelastmsg receipts \
renju reversi singularity socials spy stripes tclchat \
tkabber-khim traffic unixkeys whiteboard
do-install:
${MKDIR} ${DATADIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} "${SUBDIRS}" ${DATADIR})
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
. for i in COPYING ChangeLog README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
. endfor
.endif
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>