diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2004-10-16 03:57:56 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2004-10-16 03:57:56 +0000 |
commit | 32dcd229e802a3f3047a7abed13193f59d760fbd (patch) | |
tree | 1573640b9d7023ebc809195dd8eaff8dcfe66f3b /textproc/tkdiff/Makefile | |
parent | Update to 1.1.3 (diff) |
Update to tkdiff 4.0
Diffstat (limited to 'textproc/tkdiff/Makefile')
-rw-r--r-- | textproc/tkdiff/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/textproc/tkdiff/Makefile b/textproc/tkdiff/Makefile index bb670ad04c78..814de29d5f71 100644 --- a/textproc/tkdiff/Makefile +++ b/textproc/tkdiff/Makefile @@ -6,14 +6,18 @@ # PORTNAME= tkdiff -PORTVERSION= 3.05 -CATEGORIES= textproc tk83 -MASTER_SITES= http://people.freebsd.org/~kevlo/ +PORTVERSION= 4.0 +CATEGORIES= textproc tk84 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}_4_0 MAINTAINER= kevlo@FreeBSD.org COMMENT= A Tk frontend for diff(1) -RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 + +WRKSRC= ${WRKDIR}/${PORTNAME}-unix NO_BUILD= yes @@ -22,6 +26,6 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/tkdiff do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/tkdiff-3.05.tcl.txt ${PREFIX}/bin/tkdiff + ${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin .include <bsd.port.mk> |