blob: e950f7595f45b029a1c993155f9002a288dc64a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: pgpsendmail
# Version required: 1.4
# Date created: 20 Jan 1995
# Whom: ache
#
# $Id: Makefile,v 1.1.1.1 1995/01/21 00:39:25 ache Exp $
#
DISTNAME= PGPsendmail-v1.4
MASTER_SITES= ftp://ftp.dhp.com/pub/crypto/pgp/PGPsendmail/
CATEGORIES+= mail
WRKSRC= ${WRKDIR}/pgpsendmail
INSTALL_TARGET= all_install
.include <bsd.port.mk>
|