b2ddfedbe1
Suggested by naddy@
28 lines
578 B
Makefile
28 lines
578 B
Makefile
# $OpenBSD: Makefile,v 1.23 2008/01/24 18:38:18 merdely Exp $
|
|
|
|
COMMENT= PGP sign/encrypt/decrypt messages automatically
|
|
|
|
V=1.4.5
|
|
DISTNAME= PGPsendmail-v$V
|
|
PKGNAME= pgpsendmail-$Vp0
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= ftp://ftp.atnf.csiro.au/pub/people/rgooch/ \
|
|
ftp://ftp.dhp.com/pub/crypto/pgp/PGPsendmail/
|
|
|
|
# License: GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
BUILD_DEPENDS= ::security/pgp
|
|
|
|
WRKDIST= ${WRKDIR}/pgpsendmail
|
|
INSTALL_TARGET= all_install
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|