1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/mail/pine-pgp-filters/Makefile
Doug Barton e4ade1a90e Upgrade to 1.2, which fixes the display problem introduced in a
prior version of Pine, adds script to decrypt MIME messages,
and automatically determines the right key to use for sign/encrypt.
2005-04-28 01:46:08 +00:00

33 lines
831 B
Makefile

# New ports collection makefile for: pine-pgp-filters
# Date created: 22 January 2003
# Whom: dougb
#
# $FreeBSD$
#
PORTNAME= pine-pgp-filters
PORTVERSION= 1.2
CATEGORIES= mail security
MASTER_SITES= http://dougbarton.net/FreeBSD/Downloads/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dougb
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= DougB@FreeBSD.org
COMMENT= Simple, fast, sh-based filters to integrate Pine with gnupg, or pgp6
do-build:
cd ${WRKSRC} && ./configure --prefix=${PREFIX}
post-install:
.if !defined(NOPORTDOCS)
${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} ${DOCSDIR}
.for file in BUGS CHANGES INSTALL LICENSE README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>