30 lines
601 B
Makefile
Raw Normal View History

2010-11-19 07:23:05 +00:00
# $OpenBSD: Makefile,v 1.25 2010/11/19 07:23:09 espie Exp $
1997-11-15 00:04:24 +00:00
COMMENT= PGP sign/encrypt/decrypt messages automatically
V=1.4.5
DISTNAME= PGPsendmail-v$V
2010-11-19 07:23:05 +00:00
PKGNAME= pgpsendmail-$V
REVISION = 0
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
# 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
2010-11-19 07:23:05 +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
2010-10-18 19:59:15 +00:00
USE_GROFF = Yes
2002-10-27 17:21:39 +00:00
NO_REGRESS= Yes
1997-11-15 00:04:24 +00:00
.include <bsd.port.mk>