1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/tkcvs/Makefile
Chuck Robey 683976d627 Some Makefile cleanup, no functionality change. Use install (not cp),
Use WRKSRC, not WRKDIR, where appropriate.
1996-08-09 21:53:06 +00:00

38 lines
927 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.4 1996/08/02 21:48:04 chuckr Exp $
#
DISTNAME= tkcvs-6.0
CATEGORIES+= devel
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/NEW/
MAINTAINER= shanee@rabbit.augusta.de
LIB_DEPENDS= tcl75\\.1\\.:${PORTSDIR}/lang/tcl75 \
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>