summaryrefslogtreecommitdiff
path: root/net-im/tkabber-plugins-devel/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /net-im/tkabber-plugins-devel/Makefile
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes: svn path=/head/; revision=207820 svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'net-im/tkabber-plugins-devel/Makefile')
-rw-r--r--net-im/tkabber-plugins-devel/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/net-im/tkabber-plugins-devel/Makefile b/net-im/tkabber-plugins-devel/Makefile
deleted file mode 100644
index 150c23a9787c..000000000000
--- a/net-im/tkabber-plugins-devel/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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= 20071014
-CATEGORIES= net-im
-MASTER_SITES= http://ports.internal.vlink.ru/distfiles/
-
-MAINTAINER= dsh@vlink.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>