1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/net-im/tkabber-plugins-devel/Makefile
Rong-En Fan 927f3627ad - Update to 20080323
- Update maintainer's email

PR:		ports/122785
Submitted by:	Denis Shaposhnikov <dsh at vlink.ru> (maintainer)
2008-04-27 05:19:45 +00:00

45 lines
1.1 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= 20080323
CATEGORIES= net-im
MASTER_SITES= http://ports.internal.vlink.ru/distfiles/
MAINTAINER= dsh@wizard.volgograd.ru
COMMENT= External Plugins for Tkabber
RUN_DEPENDS= tkabber-devel>=0.10.a.20071015:${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 floatinglog georoster \
gmail iconsets jidlink latex mute openurl osd presencecmd \
quiz renju reversi socials spy tclchat tkabber-khim traffic \
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>