diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-12-28 08:55:36 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-12-28 08:55:36 +0000 |
commit | 99d4f2ff96297b296cff8112bc359c5ba6a15d5b (patch) | |
tree | b04b64f201b6a662adb1a57cddfd8209150b3e8f /misc/tkman/Makefile | |
parent | Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> brings us his rman port. (diff) |
Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> grants us his tkman
port. Spasibo, Thomas!
Submitted by: thomas
Diffstat (limited to 'misc/tkman/Makefile')
-rw-r--r-- | misc/tkman/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile new file mode 100644 index 000000000000..d47d844e82b3 --- /dev/null +++ b/misc/tkman/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: tkman +# Version required: 1.6 +# Date created: 27 Dec 1994 +# Whom: thomas@ghpc8.ihf.rwth-aachen.de +# + +DISTNAME= tkman +MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ +DEPENDS= ${PORTSDIR}/x11/tk ${PORTSDIR}/utils/rman +EXTRACT_SUFX= .tar.Z +WRKSRC= ${WRKDIR}/tkman-1.6 + +.include <bsd.port.mk> |