aboutsummaryrefslogtreecommitdiff
path: root/mail/premail/Makefile
blob: ac8ba6377af4823f869d35613e22dcd18fe0b228 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for: premail
# Version required:     0.45
# Premail homepage is http://www.c2.net/~raph/premail.html
#
# Date created:         31 Jan 1997
# Whom:                 ache
#
# $Id: Makefile,v 1.3 1997/02/03 07:34:08 ache Exp $
#

DISTNAME=       premail-0.45
CATEGORIES=     security mail perl5
MASTER_SITES=   ftp://utopia.hacktic.nl/pub/replay/pub/remailer/

BUILD_DEPENDS=  perl5.003:${PORTSDIR}/lang/perl5
BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp

MAINTAINER=	ache@FreeBSD.ORG

NO_BUILD=       Yes
RESTRICTED=     "Author treats it as ITAR subject"

do-install:
	cd ${WRKSRC} && ${INSTALL_SCRIPT} premail ${PREFIX}/bin
	install -d -m 555 ${PREFIX}/share/doc/premail
	cd ${WRKSRC} && ${INSTALL_DATA} \
	   preferences doc-0.45.html doc-0.45.txt ${PREFIX}/share/doc/premail
	@echo
	@echo "Check ${PREFIX}/share/doc/premail for further instructions"
	@echo

.include <bsd.port.mk>