freebsd-ports/mail/ez-pine-gpg/Makefile
Jimmy Olgeni 168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00

27 lines
584 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= ez-pine-gpg
DISTVERSION= 0.4h
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://business-php.com/opensource/ez-pine-gpg/
DISTNAME= ${PORTNAME}_v${DISTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= gahr@FreeBSD.org
COMMENT= Set of scripts to use gpg with Pine
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
do-install:
(cd ${WRKSRC} && ./install ${STAGEDIR}${PREFIX}/bin)
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>