diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-30 10:56:42 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-30 10:56:42 +0000 |
commit | 0b23641c9146ad3857bf2b858ccbcaa549fd3484 (patch) | |
tree | 268f90c83550e154a950d296ee7a1defff56d6c3 /devel/tkcvs/Makefile | |
parent | 51c16849093380af2ce3d0d0246da70fde6d10ca (diff) |
Notes
Diffstat (limited to 'devel/tkcvs/Makefile')
-rw-r--r-- | devel/tkcvs/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile new file mode 100644 index 000000000000..f3180d34b26b --- /dev/null +++ b/devel/tkcvs/Makefile @@ -0,0 +1,21 @@ +# Ports makefile for tkcvs and tkdiff +# Versions required: tkvcvs-6.0a1 and tkdiff-1.0b9 +# Date created: 6 July 1996 +# Whom: Sander Vesik + + +DISTNAME= tkcvs-6.0a1 +CATEGORIES+= x11 utility +RUN_DEPENDS= wish4\.1:${PORTSDIR}/x11/tk41 +MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/ +MAINTAINER= sander@haldjas.folklore.ee +WRKSRC= ${WRKDIR}/tkCVS-r6.0a1 + +post-extract: + @cp files/Makefile.tkcvs-6.0a1 ${WRKSRC}/Makefile + @cp files/Makefile.tkcvs ${WRKSRC}/tkcvs/Makefile + @cp files/Makefile.tkdiff ${WRKSRC}/tkdiff/Makefile + @cp files/Makefile.bitmaps ${WRKSRC}/bitmaps/Makefile + @cp files/Makefile.inc ${WRKSRC}/Makefile.inc + +.include <bsd.port.mk> |