freebsd-ports/mail/pgpsendmail/Makefile

27 lines
666 B
Makefile
Raw Normal View History

# New ports collection makefile for: pgpsendmail
# Date created: 20 Jan 1995
# Whom: ache
#
1999-08-25 08:51:17 +02:00
# $FreeBSD$
#
2000-04-13 22:01:08 +02:00
PORTNAME= pgpsendmail
PORTVERSION= 1.4
CATEGORIES= mail
MASTER_SITES= ftp://ftp.dhp.com/pub/crypto/pgp/PGPsendmail/
2000-04-13 22:01:08 +02:00
DISTNAME= PGPsendmail-v${PORTVERSION}
1995-04-11 22:28:32 +02:00
2005-10-16 23:55:25 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= PGP sign/encrypt/decrypt messages automatically
BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp
1995-07-11 06:08:25 +02:00
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>