diff options
author | agc <agc@pkgsrc.org> | 1997-11-19 13:03:40 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-11-19 13:03:40 +0000 |
commit | efe27579530cf1c3f1544e4aa9fecb30ca3588b3 (patch) | |
tree | 797f58940c728cc8a885b071e8245b4a886cade3 /mail/metamail/Makefile | |
parent | 115e2fe67c84e85cc8deee30fdf1bb2401487b36 (diff) | |
download | pkgsrc-efe27579530cf1c3f1544e4aa9fecb30ca3588b3.tar.gz |
Initial import of the metamail-2.7 FreeBSD port into the NetBSD
packages collection.
Diffstat (limited to 'mail/metamail/Makefile')
-rw-r--r-- | mail/metamail/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile new file mode 100644 index 00000000000..7a3d0b631ec --- /dev/null +++ b/mail/metamail/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: metamail +# Version required: 2.7 +# Date created: 17 Oct 1994 +# Whom: torstenb +# +# FreeBSD Id: Makefile,v 1.8 1996/11/21 11:27:26 asami Exp +# + +DISTNAME= mm2.7 +PKGNAME= mm-2.7 +CATEGORIES= mail +MASTER_SITES= ftp://thumper.bellcore.com/pub/nsb/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= torstenb@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/${DISTNAME}/src +MAN1= audiocompose.1 audiosend.1 extcompose.1 \ + getfilename.1 mailto-hebrew.1 mailto.1 metamail.1 \ + metasend.1 mime.1 mimencode.1 mmencode.1 \ + patch-metamail.1 richtext.1 showaudio.1 \ + showexternal.1 shownonascii.1 showpartial.1 \ + showpicture.1 splitmail.1 +MAN4= mailcap.4 + +.include <bsd.port.mk> |