1995-01-21 01:39:25 +01:00
|
|
|
# New ports collection makefile for: pgpsendmail
|
|
|
|
# Date created: 20 Jan 1995
|
|
|
|
# Whom: ache
|
|
|
|
#
|
1999-08-25 08:51:17 +02:00
|
|
|
# $FreeBSD$
|
1995-01-21 01:39:25 +01:00
|
|
|
#
|
|
|
|
|
2000-04-13 22:01:08 +02:00
|
|
|
PORTNAME= pgpsendmail
|
2001-01-16 18:33:20 +01:00
|
|
|
PORTVERSION= 1.4
|
1996-11-10 22:32:56 +01:00
|
|
|
CATEGORIES= mail
|
2001-01-16 18:33:20 +01:00
|
|
|
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
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= PGP sign/encrypt/decrypt messages automatically
|
1995-04-12 06:56:21 +02:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp
|
1995-07-11 06:08:25 +02:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
WRKSRC= ${WRKDIR}/pgpsendmail
|
|
|
|
INSTALL_TARGET= all_install
|
1996-11-18 15:17:24 +01:00
|
|
|
MAN1= pgppipe.1 sendpgppass.1
|
|
|
|
MAN8= pgpsendmail.8 pgpdaemon.8
|
1995-01-21 01:39:25 +01:00
|
|
|
|
2009-06-23 06:57:24 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,PREFIX = /usr/local,PREFIX=${PREFIX},g' ${WRKSRC}/Makefile
|
1995-01-21 01:39:25 +01:00
|
|
|
.include <bsd.port.mk>
|