From 142f76f8fc7592f5f4ea2b5d17814e187edfeb94 Mon Sep 17 00:00:00 2001 From: asami Date: Tue, 30 Jul 1996 19:32:49 +0000 Subject: Makefile cleanup. (1) Format the header. Add the e-mail address of author. (2) Add the $Id$ line. (3) Category is "devel", not "x11 utility" ("utility" doesn't even exist anymore!) (4) Reorder variables and insert empty lines to follow the guidelines. --- devel/tkcvs/Makefile | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'devel/tkcvs') diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile index f3180d34b26b..72e462d9130e 100644 --- a/devel/tkcvs/Makefile +++ b/devel/tkcvs/Makefile @@ -1,14 +1,19 @@ -# Ports makefile for tkcvs and tkdiff -# Versions required: tkvcvs-6.0a1 and tkdiff-1.0b9 -# Date created: 6 July 1996 -# Whom: Sander Vesik - +# Ports makefile for: tkcvs and tkdiff +# Versions required: tkvcvs-6.0a1 and tkdiff-1.0b9 +# Date created: 6 July 1996 +# Whom: Sander Vesik +# +# $Id$ +# DISTNAME= tkcvs-6.0a1 -CATEGORIES+= x11 utility -RUN_DEPENDS= wish4\.1:${PORTSDIR}/x11/tk41 +CATEGORIES+= devel MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/ + MAINTAINER= sander@haldjas.folklore.ee + +RUN_DEPENDS= wish4\.1:${PORTSDIR}/x11/tk41 + WRKSRC= ${WRKDIR}/tkCVS-r6.0a1 post-extract: -- cgit