# Created by: ache # $FreeBSD$ PORTNAME= pgpsendmail PORTVERSION= 1.4 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.dhp.com/pub/crypto/pgp/PGPsendmail/ DISTNAME= PGPsendmail-v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= PGP sign/encrypt/decrypt messages automatically LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi BUILD_DEPENDS= pgp:security/pgp WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/pgpdaemon bin/pgppipe bin/sendpgppass libexec/pgpsendmail \ man/man1/pgppipe.1.gz man/man1/sendpgppass.1.gz \ man/man8/pgpsendmail.8.gz man/man8/pgpdaemon.8.gz post-patch: @${REINPLACE_CMD} -e \ 's|^CC =|CC ?=| ; \ s|^CFLAGS =|CFLAGS +=| ; \ /^all:/s|clean|| ; \ /install /s|^|#| ; \ s|-s -o|-o| ; \ /pgpsendmail.h/s|^|#|' ${WRKSRC}/Makefile do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} pgpdaemon pgppipe sendpgppass \ ${STAGEDIR}${PREFIX}/bin) ${INSTALL_PROGRAM} ${WRKSRC}/pgpsendmail ${STAGEDIR}${PREFIX}/libexec (cd ${WRKSRC}/doc && ${INSTALL_MAN} pgppipe.1 sendpgppass.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1) (cd ${WRKSRC}/doc && ${INSTALL_MAN} pgpsendmail.8 pgpdaemon.8 \ ${STAGEDIR}${MAN8PREFIX}/man/man8) .include reebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/wsmake
Commit message (Expand)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirror...amdmi32009-09-021-1/+1
* - Fix PLIST with NOPORTDOCSgahr2008-06-041-2/+11
* - Update to 0.7.901gahr2008-06-047-37/+50
* - Remove docs and examples, since they disappeared from master siteerwin2006-12-014-215/+7
* Remove USE_REINPLACE from categories starting with Wedwin2006-05-131-1/+0
* - Add SHA256pav2005-11-261-0/+3
* - Unbreak on !i386barner2005-09-153-6/+30
* BROKEN on !i386: Does not compilekris2004-11-181-1/+7
* - add REINPLACE unbreak this port on 5.xleeym2004-09-222-203/+198