1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/mail/ez-pine-gpg/Makefile
Tobias Kortkamp 6dacdf440f Assign some ports to Marco Beishuizen by his request
PR:		235381, 235382, 235383, 235384, 235385, 235386
2019-02-02 17:34:27 +00:00

32 lines
636 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= ez-pine-gpg
DISTVERSION= 0.4h
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://business-php.com/opensource/ez-pine-gpg/
DISTNAME= ${PORTNAME}_v${DISTVERSION}
MAINTAINER= mbeis@xs4all.nl
COMMENT= Set of scripts to use gpg with Pine
LICENSE= GPLv2+
RUN_DEPENDS= gpg:security/gnupg
USES= tar:tgz
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
OPTIONS_DEFINE= DOCS
do-install:
(cd ${WRKSRC} && ${SETENV} DESTDIR="${STAGEDIR}" ./install ${PREFIX}/bin)
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>