diff options
author | asami <asami@FreeBSD.org> | 1995-08-19 14:55:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-08-19 14:55:59 +0800 |
commit | c4a81c3b38c662a007de515cd074c62b8491211e (patch) | |
tree | f9759f42ceb054fa7c1a53b081e7770023425028 /misc/tkman/Makefile | |
parent | 38fd16e182220ebe0c8071360ff09c5ccacdad67 (diff) | |
download | freebsd-ports-gnome-c4a81c3b38c662a007de515cd074c62b8491211e.tar.gz freebsd-ports-gnome-c4a81c3b38c662a007de515cd074c62b8491211e.tar.zst freebsd-ports-gnome-c4a81c3b38c662a007de515cd074c62b8491211e.zip |
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> |