diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-24 23:11:42 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-24 23:11:42 +0000 |
commit | 52940427a7fe73931523fab97a89e24e52485838 (patch) | |
tree | 34c3ce22cd860f082aacef72c9c5e4aea0a4ac6b /devel/gcvs/Makefile | |
parent | 0ec38a1515c586627ecf86d1e97926a4ac7fe475 (diff) | |
download | pkgsrc-52940427a7fe73931523fab97a89e24e52485838.tar.gz |
Initial import of gcvs-1.0a7
gcvs is a GTK CVS client based upon WinCVS
Fixes pkg/13296 by Michael Santos <mike@ethmoid.org>
Diffstat (limited to 'devel/gcvs/Makefile')
-rw-r--r-- | devel/gcvs/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile new file mode 100644 index 00000000000..f5406181466 --- /dev/null +++ b/devel/gcvs/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/06/24 23:11:42 zuntum Exp $ + +DISTNAME= gcvs-1.0a7 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cvsgui/} + +MAINTAINER= mike@ethmoid.org +HOMEPAGE= http://cvsgui.sourceforge.net/ +COMMENT= GTK interface for CVS + +CONFLICTS= cvs-[0-9]* + +USE_BUILDLINK_ONLY= yes +USE_X11= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS+= --with-tclinclude="${BUILDLINK_DIR}/include" \ + --with-tcllib="${BUILDLINK_DIR}/lib" \ + --with-gtk-prefix="${BUILDLINK_DIR}" + +post-patch: + ${SED} "s,-ltcl,-ltcl83," ${WRKSRC}/configure > ${WRKSRC}/configure.done + ${MV} -f ${WRKSRC}/configure.done ${WRKSRC}/configure + ${CHMOD} +x ${WRKSRC}/configure + +.include "../../lang/tcl/buildlink.mk" +.include "../../x11/gtk/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |