summaryrefslogtreecommitdiff
path: root/devel/gcvs/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-09-08 16:21:53 +0000
committerwiz <wiz@pkgsrc.org>2004-09-08 16:21:53 +0000
commita5ab318dce03482cf586ce6a853b6e8391bb3d90 (patch)
treee4099342a4c672d69a2f4bdf7b22a45b7c07d7a0 /devel/gcvs/Makefile
parentc6c8569e22f3be7c3cd4c2dba63b55c3ea7926ed (diff)
downloadpkgsrc-a5ab318dce03482cf586ce6a853b6e8391bb3d90.tar.gz
Update to 1.0:
* gcvs 1.0b2 - callback.[ch], interface.[ch] and support.[ch] will be created automaticaly if gcvs.glade is newer - add debug statement to check what envirment cvs gets (activated by -DqCvsDebug=1) * gcvs 1.0b2 - fixed Bug #507525 - fixed memory leaks while changing enviroment - updated INSTALL file for using CVSGUI111 branch - project- and spec-file updated to new beta * gcvs 1.0b1: - add forgotton headers to makefiles for building distribution - update project file and version-strings Makes the package build with gcc3.
Diffstat (limited to 'devel/gcvs/Makefile')
-rw-r--r--devel/gcvs/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile
index 1d084d2667a..8298d1d8caa 100644
--- a/devel/gcvs/Makefile
+++ b/devel/gcvs/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2004/04/27 04:59:42 snj Exp $
+# $NetBSD: Makefile,v 1.16 2004/09/08 16:21:53 wiz Exp $
-DISTNAME= gcvs-1.0a7
-PKGREVISION= 2
+DISTNAME= gcvs-1.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cvsgui/}
+# extra distfile containing an updated configure script
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gcvs-1.0-configure.tar.gz
MAINTAINER= mike@ethmoid.org
HOMEPAGE= http://cvsgui.sourceforge.net/
@@ -21,7 +22,7 @@ INFO_FILES= cvs.info cvsclient.info
CONFIGURE_ARGS+= --with-tclinclude="${BUILDLINK_PREFIX.tcl}/include" \
--with-tcllib="${BUILDLINK_PREFIX.tcl}/lib"
-.include "../../lang/tcl83/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"