mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
6dacdf440f
PR: 235381, 235382, 235383, 235384, 235385, 235386
32 lines
636 B
Makefile
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>
|