2001-05-06 01:45:53 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2001/05/06 01:46:38 lebel Exp $
|
1999-04-06 20:02:26 +00:00
|
|
|
# Original from: Ejovi Nuwere <ejovi@ejovi.net>
|
1997-11-15 00:04:24 +00:00
|
|
|
|
2001-05-06 01:45:53 +00:00
|
|
|
COMMENT= "PGP sign/encrypt/decrypt messages automatically"
|
|
|
|
|
2000-06-05 00:04:02 +00:00
|
|
|
#BROKEN= rethink mailwrapper mechanism
|
2000-09-02 01:21:24 +00:00
|
|
|
BROKEN= bombs in the fake process.
|
2000-02-20 22:41:35 +00:00
|
|
|
|
1998-04-10 20:49:14 +00:00
|
|
|
DISTNAME= PGPsendmail-v1.4.5
|
|
|
|
PKGNAME= pgpsendmail-1.4.5
|
1997-11-15 00:04:24 +00:00
|
|
|
CATEGORIES= mail
|
2001-05-06 01:45:53 +00:00
|
|
|
NEED_VERSION= 1.402
|
1998-04-10 20:49:14 +00:00
|
|
|
MASTER_SITES= ftp://ftp.atnf.csiro.au/pub/people/rgooch/ \
|
|
|
|
ftp://ftp.dhp.com/pub/crypto/pgp/PGPsendmail/
|
1997-11-15 00:04:24 +00:00
|
|
|
|
1999-04-06 20:02:26 +00:00
|
|
|
MAINTAINER= ports@OpenBSD.ORG
|
1997-11-15 00:04:24 +00:00
|
|
|
|
2000-02-12 08:02:07 +00:00
|
|
|
LICENSE_TYPE= GPL
|
2000-03-05 18:30:21 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 08:02:07 +00:00
|
|
|
|
2000-03-24 23:28:01 +00:00
|
|
|
BUILD_DEPENDS += pgp::security/pgp
|
1997-11-15 00:04:24 +00:00
|
|
|
|
2000-06-05 00:04:02 +00:00
|
|
|
FAKE_FLAGS=MANDIR=${WRKINST}${PREFIX}/man
|
|
|
|
|
2000-02-11 00:37:15 +00:00
|
|
|
WRKDIST= ${WRKDIR}/pgpsendmail
|
1997-11-15 00:04:24 +00:00
|
|
|
INSTALL_TARGET= all_install
|
|
|
|
MAN1= pgppipe.1 sendpgppass.1
|
|
|
|
MAN8= pgpsendmail.8 pgpdaemon.8
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|