blob: 44aecdf1f7deb371622cd246a391617c03471331 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Murray Stokely <murray@cdrom.com>
# $FreeBSD$
PORTNAME= mailcrypt
PORTVERSION= 3.5.9
PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= An Emacs/PGP interface
GNU_CONFIGURE= yes
MAKE_ARGS= lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
USE_AUTOTOOLS= autoconf
USE_EMACS= yes
USE_GMAKE= yes
INFO= mailcrypt
NO_STAGE= yes
.include <bsd.port.mk>
|