mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
ac3066bf75
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
16 lines
410 B
Makefile
16 lines
410 B
Makefile
# 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>
|