aboutsummaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/Makefile
blob: b2de12e70e017eac22cb970b1dad8aa5ac7381da (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# New ports collection makefile for:	mgetty+sendfax
# Date created:				20 April 1998
# Whom:					rkw
#
# $FreeBSD$
#

PORTNAME=	mgetty
PORTVERSION=	1.1.21.07.24
CATEGORIES=	comms
MASTER_SITES=	ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/
DISTNAME=	mgetty1.1.21-Jul24

MAINTAINER=	jmz@FreeBSD.org

FORBIDDEN=	"Insecure tempfile handling: can overwrite any file on the system"

WRKSRC=		${WRKDIR}/mgetty-1.1.21
MAKE_FLAGS=	prefix=${PREFIX} -f
MAN1=		coverpg.1 \
		fax.1 \
		faxq.1 \
		faxrm.1 \
		faxrunq.1 \
		faxspool.1 \
		g3cat.1 \
		g32pbm.1 \
		pbm2g3.1 \
		pvf.1 \
		zplay.1
MAN4=		mgettydefs.4
MAN5=		faxqueue.5
MAN8=		callback.8 \
		faxrunqd.8 \
		mgetty.8 \
		sendfax.8

pre-install:
	@(cd ${WRKSRC}/doc; ${MAKE} manpages)

.if !defined(BATCH)
post-install:
	@(cd ${PKGDIR}; export PKG_PREFIX=${PREFIX}; ${PERL5} INSTALL _ POST-INSTALL)
.endif

.include <bsd.port.mk>