diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
commit | eabfc48a36f9cf687e5910f887fb4892ea1bd08b (patch) | |
tree | a884486f13428d381093505b375b85c6229680da /misc/tkman | |
parent | Now the rest of the ports Makefiles.... (diff) |
And now the rest of the x11 ports Makefiles.
Notes
Notes:
svn path=/head/; revision=1352
Diffstat (limited to 'misc/tkman')
-rw-r--r-- | misc/tkman/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 51683bc6f47e..50b65a524224 100644 --- a/misc/tkman/Makefile +++ b/misc/tkman/Makefile @@ -3,11 +3,15 @@ # Date created: 27 Dec 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # +# $Id$ +# DISTNAME= tkman-1.6 -MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ CATEGORIES+= x11 -EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk rman:${PORTSDIR}/utils/rman +MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ EXTRACT_SUFX= .tar.Z +EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk \ + rman:${PORTSDIR}/utils/rman + .include <bsd.port.mk> |