openbsd-ports/devel/tkcvs/Makefile
2013-03-11 10:50:00 +00:00

30 lines
614 B
Makefile

# $OpenBSD: Makefile,v 1.30 2013/03/11 10:50:31 espie Exp $
COMMENT= graphical frontend to CVS
DISTNAME= tkcvs-6.0
REVISION = 3
CATEGORIES= devel
MAINTAINER= Todd T. Fries <todd@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/sorted/packages-7.6/apps/tkcvs-6.0/
MODULES= x11/tk
RUN_DEPENDS= ${MODTK_RUN_DEPENDS}
BUILD_DEPENDS= ${RUN_DEPENDS}
USE_GROFF = Yes
NO_BUILD= Yes
NO_TEST= Yes
pre-configure:
@${MODTCL_TCLSH_ADJ} ${WRKSRC}/tkcvs/cvscheck.blank
@${SUBST_CMD} ${WRKSRC}/tkcvs/doinstall
do-install:
cd $(WRKSRC)/tkcvs; ./doinstall
.include <bsd.port.mk>