0e6f6f93bb
Fix sawfish comment while I'm at it. `window manager for the X windows system'. Like DUH ! It's going to be a window manager for my microwave oven ?
32 lines
809 B
Makefile
32 lines
809 B
Makefile
# $OpenBSD: Makefile,v 1.17 2001/11/10 15:00:48 espie Exp $
|
|
# Original from: Ejovi Nuwere <ejovi@ejovi.net>
|
|
|
|
COMMENT= "PGP sign/encrypt/decrypt messages automatically"
|
|
|
|
#BROKEN= rethink mailwrapper mechanism
|
|
#BROKEN= bombs in the fake process.
|
|
|
|
DISTNAME= PGPsendmail-v1.4.5
|
|
PKGNAME= pgpsendmail-1.4.5
|
|
CATEGORIES= mail
|
|
NEED_VERSION= 1.489
|
|
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
|
|
|
|
BUILD_DEPENDS += ::security/pgp
|
|
|
|
FAKE_FLAGS=MANDIR=${WRKINST}${PREFIX}/man
|
|
|
|
WRKDIST= ${WRKDIR}/pgpsendmail
|
|
INSTALL_TARGET= all_install
|
|
MAN1= pgppipe.1 sendpgppass.1
|
|
MAN8= pgpsendmail.8 pgpdaemon.8
|
|
|
|
.include <bsd.port.mk>
|