landry a4d56cf858 Update to tkcvs 8.2.3, from Currell Berry who takes maintainership.
Remove conflict with tkdiff and depend on it instead.
with tweaks from sthen@ and me, ok todd@ (previous maintainer)
2018-03-20 08:29:13 +00:00

31 lines
665 B
Makefile

# $OpenBSD: Makefile,v 1.34 2018/03/20 08:29:13 landry Exp $
COMMENT= graphical frontend to CVS
DISTNAME= tkcvs-8.2.3
CATEGORIES= devel
HOMEPAGE= https://www.twobarleycorns.net/tkcvs.html
MAINTAINER= Currell Berry <currellberry@gmail.com>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tkcvs/} \
https://www.twobarleycorns.net/
MODULES= x11/tk
BUILD_DEPENDS= ${MODTK_RUN_DEPENDS}
RUN_DEPENDS= ${MODTK_RUN_DEPENDS} \
devel/tkdiff
NO_BUILD= Yes
NO_TEST= Yes
do-install:
cd ${WRKSRC} && $(MODTCL_BIN) ./doinstall.tcl -nox ${PREFIX}
rm ${PREFIX}/bin/tkdiff
cd ${PREFIX}/bin && ${MODTCL_WISH_ADJ} tkcvs
.include <bsd.port.mk>