diff options
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> |