diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-19 06:55:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-19 06:55:59 +0000 |
commit | bfac2f377fd18d62ff5b8bf432dae88b6a92fa7d (patch) | |
tree | 6c57baddebe4e6f209a9f24395316758f32d48d5 /misc/tkman/Makefile | |
parent | Upgrade, 2.0 -> 2.4. Note this has a restrictive copyright (no use in (diff) |
Upgrade, 1.6 -> 1.7.3. Note this has a restrictive copyright, so there
is going to be NO_PACKAGE.
It uses wish4.0 too. It's the first port to depend on Tk-4.0!
Diffstat (limited to 'misc/tkman/Makefile')
-rw-r--r-- | misc/tkman/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 13023b9ed1b5..c26cc7ee8cc1 100644 --- a/misc/tkman/Makefile +++ b/misc/tkman/Makefile @@ -1,20 +1,25 @@ # New ports collection makefile for: tkman -# Version required: 1.6 +# Version required: 1.7.3 # Date created: 27 Dec 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.6 1995/05/13 10:22:04 asami Exp $ +# $Id: Makefile,v 1.7 1995/05/19 09:40:05 asami Exp $ # -DISTNAME= tkman-1.6 +DISTNAME= tkman-1.7.3 CATEGORIES+= utilities MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ EXTRACT_SUFX= .tar.Z -EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk \ +EXEC_DEPENDS= wish4.0:${PORTSDIR}/x11/tk4 \ rman:${PORTSDIR}/utils/rman # Restrictive copyright NO_PACKAGE= yes +post-install: +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/tkman.1 +.endif + .include <bsd.port.mk> |