diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-12-28 08:53:21 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-12-28 08:53:21 +0000 |
commit | a0c3f92c96eb5e93c127eb5ef32871573f1eeb10 (patch) | |
tree | 62ceb32434d601ddf5c3f3d5095797ca63bdf3ae /textproc/rman/Makefile | |
parent | Use list of master sites (diff) |
Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> brings us his rman port.
Thanks, Thomas.
Submitted by: thomas
Diffstat (limited to 'textproc/rman/Makefile')
-rw-r--r-- | textproc/rman/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile new file mode 100644 index 000000000000..1c87a9b2c2ec --- /dev/null +++ b/textproc/rman/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: rman +# Version required: 2.0 +# Date created: 27 Dec 1994 +# Whom: thomas@ghpc8.ihf.rwth-aachen.de +# + +DISTNAME= rman +EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ +WRKSRC= ${WRKDIR}/rman-2.0 + +.include <bsd.port.mk> |