diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-07-30 19:32:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-07-30 19:32:49 +0000 |
commit | 4fdeee0cc9d8bad4f5ab2d88f6262c357e0ce805 (patch) | |
tree | f0198370a0a88e7cdbaa80c2a74952d97262a53f /devel/tkcvs | |
parent | 7a62ff91b7f8abf58cd68df0bb41ce2e730983fd (diff) | |
download | ports-4fdeee0cc9d8bad4f5ab2d88f6262c357e0ce805.tar.gz ports-4fdeee0cc9d8bad4f5ab2d88f6262c357e0ce805.zip |
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.
Notes
Notes:
svn path=/head/; revision=3464
Diffstat (limited to 'devel/tkcvs')
-rw-r--r-- | devel/tkcvs/Makefile | 19 |
1 files changed, 12 insertions, 7 deletions
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 <sander@haldjas.folklore.ee> +# +# $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: |