mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
35 lines
798 B
Makefile
35 lines
798 B
Makefile
# New ports collection makefile for: tkcvs
|
|
# Version required: 6.0
|
|
# Date created: 02 Aug 1996
|
|
# Whom: shanee@rabbit.augusta.de
|
|
#
|
|
# $Id: Makefile,v 1.6 1996/10/06 09:58:38 markm Exp $
|
|
#
|
|
|
|
DISTNAME= tkcvs-6.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/NEW/
|
|
|
|
MAINTAINER= shanee@rabbit.augusta.de
|
|
|
|
LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
|
|
|
|
NO_BUILD= yes
|
|
|
|
MAN1= tkcvs.1 tkdiff.1
|
|
|
|
do-install:
|
|
(cd $(WRKSRC)/tkcvs; sh ./doinstall)
|
|
|
|
post-extract:
|
|
cp ${WRKSRC}/tkcvs/tkcvs.n ${WRKSRC}/tkcvs/tkcvs.1
|
|
cp ${WRKSRC}/tkdiff/tkdiff.n ${WRKSRC}/tkdiff/tkdiff.1
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
install -c ${WRKSRC}/README.tkcvs $(PREFIX)/lib/tkcvs/
|
|
install -c ${WRKSRC}/tkdiff/README $(PREFIX)/lib/tkcvs/README.tkdiff
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|