mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7a91cbabe5
PR: 21047 Submitted by: W Gerald Hicks <gehicks@cisco.com> Cleanups by: ade
37 lines
771 B
Makefile
37 lines
771 B
Makefile
# New ports collection makefile for: tkcvs
|
|
# Date created: 02 Aug 1996
|
|
# Whom: shanee@augusta.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tkcvs
|
|
PORTVERSION= 6.3
|
|
CATEGORIES= devel tk82
|
|
MASTER_SITES= http://www.twobarleycorns.net/
|
|
|
|
MAINTAINER= shanee@augusta.de
|
|
|
|
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
|
|
|
|
NO_BUILD= yes
|
|
MAN= tkcvs.n
|
|
|
|
WISH= wish8\.2
|
|
TCLSH= tclsh8\.2
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e 's|wish|${WISH}|g' ${WRKSRC}/tkcvs/tkcvs.blank
|
|
@${PERL} -pi -e 's|wish|${WISH}|g' ${WRKSRC}/tkdiff/tkdiff
|
|
|
|
do-install:
|
|
(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${TCLSH} doinstall.tcl)
|
|
|
|
post-install:
|
|
.if !defined{NOPORTDOCS}
|
|
${MKDIR} ${PREFIX}/share/doc/tkcvs
|
|
${INSTALL_DATA} ${WRKSRC}/README.tkcvs ${PREFIX}/share/doc/tkcvs/
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|