diff options
author | steve <steve@FreeBSD.org> | 1998-07-05 03:46:38 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-05 03:46:38 +0800 |
commit | c99c0c28a8908a9f76d8969c80b54371e4fb97b6 (patch) | |
tree | eadb0f4bc36461755a3359e2fed21421ea6629a5 /mail/mailcrypt/Makefile | |
parent | f86befa4514fe310f49bb18265e63e83f9d33e8b (diff) | |
download | freebsd-ports-gnome-c99c0c28a8908a9f76d8969c80b54371e4fb97b6.tar.gz freebsd-ports-gnome-c99c0c28a8908a9f76d8969c80b54371e4fb97b6.tar.zst freebsd-ports-gnome-c99c0c28a8908a9f76d8969c80b54371e4fb97b6.zip |
Initial import of mailcrypt version 3.4.
mailcrypt - an emacs/pgp interface
PR: 6789
Submitted by: murray@cdrom.com
Diffstat (limited to 'mail/mailcrypt/Makefile')
-rw-r--r-- | mail/mailcrypt/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/mailcrypt/Makefile b/mail/mailcrypt/Makefile new file mode 100644 index 000000000000..29b4f35b24ec --- /dev/null +++ b/mail/mailcrypt/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: mailcrypt +# Version required: 3.4 +# Date created: 29 May 1998 +# Whom: Murray Stokely <murray@cdrom.com> +# +# $Id$ +# + +DISTNAME= mailcrypt-3.4 +CATEGORIES= mail +MASTER_SITES= http://cag-www.lcs.mit.edu/mailcrypt/ +MASTER_SITE_SUBDIR= mailcrypt + +MAINTAINER= murray@cdrom.com + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |