freebsd-ports/mail/pgpsendmail/Makefile
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00

24 lines
578 B
Makefile

# New ports collection makefile for: pgpsendmail
# Version required: 1.4
# Date created: 20 Jan 1995
# Whom: ache
#
# $Id: Makefile,v 1.9 1996/11/10 21:32:16 obrien Exp $
#
DISTNAME= PGPsendmail-v1.4
PKGNAME= pgpsendmail-1.4
CATEGORIES= mail
MASTER_SITES= ftp://ftp.dhp.com/pub/crypto/pgp/PGPsendmail/
MAINTAINER= ache@FreeBSD.ORG
BUILD_DEPENDS += pgp:${PORTSDIR}/security/pgp
WRKSRC= ${WRKDIR}/pgpsendmail
INSTALL_TARGET= all_install
MAN1= pgppipe.1 sendpgppass.1
MAN8= pgpsendmail.8 pgpdaemon.8
.include <bsd.port.mk>