diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-10-20 23:00:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-10-20 23:00:58 +0000 |
commit | e820228aa38afdea58990dc12a60f65b0e2b69ae (patch) | |
tree | 133dac56222223ade71df9a340515157f2ca8842 /mail/heirloom-mailx/Makefile | |
parent | Add definitions for new prefixes of German mobile phone networks (D1: 0170, (diff) |
Nail is a version of BSD mail with mime extensions
Submitted by: Anders Andersson at BSDCon
Commit purpose: Reaching 4000 ports at BSDCon
Diffstat (limited to 'mail/heirloom-mailx/Makefile')
-rw-r--r-- | mail/heirloom-mailx/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile new file mode 100644 index 000000000000..ac80d949c5ae --- /dev/null +++ b/mail/heirloom-mailx/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: nail +# Date created: 20 October 2000 +# Whom: Kris Kennaway <kris@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= nail +PORTVERSION= 9.22 +CATEGORIES= mail +MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ + +MAINTAINER= kris@FreeBSD.org + +GNU_CONFIGURE= yes +MAN1= nail.1 + +.include <bsd.port.mk> |