blob: 16cbcc66cf8a0e94fdd7229b33775994bc1a0112 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: mailcrypt
# Date created: 29 May 1998
# Whom: Murray Stokely <murray@cdrom.com>
#
# $FreeBSD$
#
PORTNAME= mailcrypt
PORTVERSION= 3.5.8
PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= An Emacs/PGP interface
USE_EMACS= yes
EMACS_PORT_NAME?= emacs21
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAKE_ARGS= lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
INFO= mailcrypt
.include <bsd.port.mk>
|