openbsd-ports/devel/tkcvs/Makefile
espie 46805c3820 Fix tcl/tk 8.0 and 8.3 dependencies...
tcl/tk 8.2 still needs to be updated to 8.3 to fully clean up that mess.
2000-03-27 18:17:27 +00:00

26 lines
507 B
Makefile

# $OpenBSD: Makefile,v 1.12 2000/03/27 18:17:27 espie Exp $
DISTNAME= tkcvs-6.0
CATEGORIES= devel
NEED_VERSION= 1.230
MAINTAINER= todd@OpenBSD.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/sorted/packages-7.6/apps/tkcvs-6.0/
RUN_DEPENDS= /usr/local/bin/wish8.3::x11/tk/8.3
NO_BUILD= Yes
NO_CONFIGURE= Yes
FAKE= Yes
do-install:
cd $(WRKSRC)/tkcvs; ./doinstall
.include <bsd.port.mk>