2005-01-02 01:07:48 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2005/01/02 01:07:48 alek Exp $
|
1997-11-15 00:04:24 +00:00
|
|
|
|
2001-05-06 01:45:53 +00:00
|
|
|
COMMENT= "PGP sign/encrypt/decrypt messages automatically"
|
|
|
|
|
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
|
2002-10-27 17:21:39 +00:00
|
|
|
|
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
|
|
|
|
2001-06-20 01:43:11 +00:00
|
|
|
# License: 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
|
2005-01-02 01:07:48 +00:00
|
|
|
WANTLIB= c
|
2000-02-12 08:02:07 +00:00
|
|
|
|
2002-10-27 17:21:39 +00:00
|
|
|
BUILD_DEPENDS= ::security/pgp
|
1997-11-15 00:04:24 +00:00
|
|
|
|
2002-10-27 17:21:39 +00:00
|
|
|
WRKDIST= ${WRKDIR}/pgpsendmail
|
|
|
|
INSTALL_TARGET= all_install
|
|
|
|
FAKE_FLAGS= MANDIR=${WRKINST}${PREFIX}/man
|
2000-06-05 00:04:02 +00:00
|
|
|
|
2002-10-27 17:21:39 +00:00
|
|
|
NO_REGRESS= Yes
|
1997-11-15 00:04:24 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|