mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
24 lines
535 B
Makefile
24 lines
535 B
Makefile
# New ports collection makefile for: pgpsendmail
|
|
# Version required: 1.4
|
|
# Date created: 20 Jan 1995
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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>
|