openbsd-ports/mail/pgpsendmail/Makefile

28 lines
578 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2008/01/24 18:38:18 merdely Exp $
1997-11-14 19:04:24 -05:00
COMMENT= PGP sign/encrypt/decrypt messages automatically
V=1.4.5
DISTNAME= PGPsendmail-v$V
PKGNAME= pgpsendmail-$Vp0
1997-11-14 19:04:24 -05:00
CATEGORIES= mail
2002-10-27 12:21:39 -05:00
1998-04-10 16:49:14 -04:00
MASTER_SITES= ftp://ftp.atnf.csiro.au/pub/people/rgooch/ \
ftp://ftp.dhp.com/pub/crypto/pgp/PGPsendmail/
1997-11-14 19:04:24 -05:00
# License: GPL
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2005-01-01 20:07:48 -05:00
WANTLIB= c
2000-02-12 03:02:07 -05:00
2002-10-27 12:21:39 -05:00
BUILD_DEPENDS= ::security/pgp
1997-11-14 19:04:24 -05:00
2002-10-27 12:21:39 -05:00
WRKDIST= ${WRKDIR}/pgpsendmail
INSTALL_TARGET= all_install
2002-10-27 12:21:39 -05:00
NO_REGRESS= Yes
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>