1996-08-02 13:33:59 -04:00
|
|
|
# New ports collection makefile for: tkcvs
|
|
|
|
# Version required: 6.0
|
|
|
|
# Date created: 02 Aug 1996
|
|
|
|
# Whom: shanee@rabbit.augusta.de
|
1996-07-30 15:32:49 -04:00
|
|
|
#
|
1996-10-06 05:58:38 -04:00
|
|
|
# $Id: Makefile,v 1.5 1996/08/09 21:53:06 chuckr Exp $
|
1996-07-30 15:32:49 -04:00
|
|
|
#
|
1996-07-30 06:56:42 -04:00
|
|
|
|
1996-08-02 13:33:59 -04:00
|
|
|
DISTNAME= tkcvs-6.0
|
1996-07-30 15:32:49 -04:00
|
|
|
CATEGORIES+= devel
|
1996-08-02 17:48:04 -04:00
|
|
|
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/NEW/
|
1996-07-30 15:32:49 -04:00
|
|
|
|
1996-08-02 13:33:59 -04:00
|
|
|
MAINTAINER= shanee@rabbit.augusta.de
|
1996-07-30 15:32:49 -04:00
|
|
|
|
1996-10-06 05:58:38 -04:00
|
|
|
LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
|
1996-07-30 15:32:49 -04:00
|
|
|
|
1996-08-02 13:33:59 -04:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
(cd $(WRKSRC)/tkcvs; sh ./doinstall)
|
1996-07-30 06:56:42 -04:00
|
|
|
|
|
|
|
post-extract:
|
1996-08-09 17:53:06 -04:00
|
|
|
cp ${WRKSRC}/tkcvs/tkcvs.n ${WRKSRC}/tkcvs/tkcvs.1
|
|
|
|
cp ${WRKSRC}/tkdiff/tkdiff.n ${WRKSRC}/tkdiff/tkdiff.1
|
1996-08-02 13:33:59 -04:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
1996-08-09 17:53:06 -04:00
|
|
|
install -c ${WRKSRC}/README.tkcvs $(PREFIX)/lib/tkcvs/
|
|
|
|
install -c ${WRKSRC}/tkdiff/README $(PREFIX)/lib/tkcvs/README.tkdiff
|
1996-08-02 13:33:59 -04:00
|
|
|
.endif
|
|
|
|
.if !defined(NOMANCOMPRESS)
|
|
|
|
gzip -9nf $(PREFIX)/man/man1/tkcvs.1
|
|
|
|
gzip -9nf $(PREFIX)/man/man1/tkdiff.1
|
|
|
|
.endif
|
1996-07-30 06:56:42 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|