summaryrefslogtreecommitdiff
path: root/devel/tkcvs/Makefile
blob: f31a4ecae325d07594adedd6209669dd246099ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:	tkcvs
# Version required:     6.0
# Date created:         02 Aug 1996
# Whom:                 shanee@rabbit.augusta.de
#
# $Id: Makefile,v 1.5 1996/08/09 21:53:06 chuckr 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

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
.if !defined(NOMANCOMPRESS)
	gzip -9nf $(PREFIX)/man/man1/tkcvs.1
	gzip -9nf $(PREFIX)/man/man1/tkdiff.1
.endif

.include <bsd.port.mk>