aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/tkabber/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-08-04 06:07:42 +0800
committerpav <pav@FreeBSD.org>2004-08-04 06:07:42 +0800
commit83d4c9e1ef7b54de22c37135c6c933c5062eda7e (patch)
treefd5b60c1d2217be971da8b775307bffc98d8e2c4 /net-im/tkabber/Makefile
parent92092965943e69f2c2104a2726628b7af07ec006 (diff)
downloadfreebsd-ports-gnome-83d4c9e1ef7b54de22c37135c6c933c5062eda7e.tar.gz
freebsd-ports-gnome-83d4c9e1ef7b54de22c37135c6c933c5062eda7e.tar.zst
freebsd-ports-gnome-83d4c9e1ef7b54de22c37135c6c933c5062eda7e.zip
- Update to 0.9.7
PR: ports/69952 Submitted by: Alexander Timoshenko <gonzo@univ.kiev.ua> (maintainer)
Diffstat (limited to 'net-im/tkabber/Makefile')
-rw-r--r--net-im/tkabber/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-im/tkabber/Makefile b/net-im/tkabber/Makefile
index 294cd794bba8..d2d6c8f9e1e7 100644
--- a/net-im/tkabber/Makefile
+++ b/net-im/tkabber/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= tkabber
-PORTVERSION= 0.9.6b
+PORTVERSION= 0.9.7
CATEGORIES= net
MASTER_SITES= http://www.jabberstudio.org/files/tkabber/
-DISTNAME= tkabber-0.9.6beta
MAINTAINER= gonzo@univ.kiev.ua
COMMENT= Tcl/Tk based jabber client
@@ -23,15 +22,15 @@ RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
WRKSRC= ${WRKDIR}/${DISTNAME}
NO_BUILD= yes
-SUBDIRS = emoticons-tkabber plugins jabberlib-tclxml pixmaps \
- sounds textundo aniemoteicons msgs mclistbox-1.02
+SUBDIRS= aniemoteicons emoticons-tkabber ifaceck ifacetk plugins \
+ jabberlib-tclxml pixmaps sounds textundo msgs mclistbox-1.02
do-install:
${ECHO} -e "#!/bin/sh\nexec wish8.4 ${DATADIR}/tkabber.tcl \
-name tkabber \"\$$@\"\n" > ${PREFIX}/bin/tkabber
${CHMOD} +x ${PREFIX}/bin/tkabber
${MKDIR} ${DATADIR}
- ${CP} ${WRKSRC}/*.tcl ${WRKSRC}/*.xrdb ${DATADIR}
+ ${CP} ${WRKSRC}/*.tcl ${DATADIR}
.for i in ${SUBDIRS}
${CP} -R ${WRKSRC}/${i} ${DATADIR}
.endfor