mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a8dd7dd4a3
Reported by: QATty Prompted by: Sahil Tandon <sahil@tandon.net>
27 lines
666 B
Makefile
27 lines
666 B
Makefile
# New ports collection makefile for: pgpsendmail
|
|
# Date created: 20 Jan 1995
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pgpsendmail
|
|
PORTVERSION= 1.4
|
|
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
|
|
|
|
BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp
|
|
|
|
WRKSRC= ${WRKDIR}/pgpsendmail
|
|
INSTALL_TARGET= all_install
|
|
MAN1= pgppipe.1 sendpgppass.1
|
|
MAN8= pgpsendmail.8 pgpdaemon.8
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,PREFIX = /usr/local,PREFIX=${PREFIX},g' ${WRKSRC}/Makefile
|
|
.include <bsd.port.mk>
|