168f57451a
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)
27 lines
584 B
Makefile
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>
|