diff options
Diffstat (limited to 'mail/mh/Makefile')
-rw-r--r-- | mail/mh/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/mh/Makefile b/mail/mh/Makefile new file mode 100644 index 000000000000..59aa915a9f61 --- /dev/null +++ b/mail/mh/Makefile @@ -0,0 +1,10 @@ +# New ports collection makefile for: mh +# Version required: 6.8.3 +# Date created: Oct 4, 1994 +# Whom: pst +# +MASTER_SITES= ftp://ftp.ics.uci.edu/pub/mh/tar/ +DISTNAME= mh-6.8.3 +EXTRACT_SUFX= .tar.Z + +.include <bsd.port.mk> |