cfe2bd46f2
Changes: - Improved the algorithm for building the tree in the module browser, making it less error-prone. - Recursive add respects .cvsignore and $cvscfg(ignore_file_filter) - The Working Directory Browser parses the "Sticky Options" field and uses a different icon if a locally-added or up-to-date file is binary (-kb). - The Log Browser color-codes the selected revisions so you can visually match the log text with the box in the branching diagram. - The dialog for module-level tagging (cvs rtag) is a little more informative (and the code is a little less rococo). - The installer has a new option "-finaldest", to facilitate building debian-style packages. - The man page is installed in man1 instead of mann. - The tooltips no longer persist until the operation started by the button is finished.
25 lines
626 B
Makefile
25 lines
626 B
Makefile
# $NetBSD: Makefile,v 1.23 2002/01/28 16:55:53 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= tkcvs-7_03
|
|
PKGNAME= tkcvs-7.0.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.twobarleycorns.net/ \
|
|
${MASTER_SITE_SOURCEFORGE:=tkcvs/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.twobarleycorns.net/tkcvs.html
|
|
COMMENT= Tcl/Tk frontends to CVS and diff
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
NO_BUILD= YES
|
|
|
|
do-install:
|
|
(cd ${WRKSRC} && ./doinstall.tcl ${PREFIX})
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tkcvs
|
|
${INSTALL_DATA} ${WRKSRC}/README.tkcvs ${PREFIX}/share/doc/tkcvs/
|
|
|
|
.include "../../x11/tk/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|