summaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/Makefile
blob: 1de7c16a019606a56b18f882d958255bf728dc9f (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
# New ports collection makefile for:    mgetty+sendfax
# Version required:     0.99
# Date created:         21 September 1994
# Whom:                 jmz
#
# $Id: Makefile,v 1.14 1996/11/22 08:19:50 swallace Exp $
#

DISTNAME=	mgetty-0.99
CATEGORIES=	comms
MASTER_SITES=	ftp://ftp.leo.org/pub/comp/networking/communication/modem/mgetty/
DISTFILES=	mgetty099-Aug07.tar.gz

MAINTAINER=	jmz@FreeBSD.org

NO_PACKAGE=	yes	# too many questions
IS_INTERACTIVE= yes
MAKE_FLAGS=	prefix=${PREFIX} -f 
MAN1=		coverpg.1 fax.1 faxq.1 faxrm.1 faxrunq.1 faxspool.1 \
		g3cat.1 g3topbm.1 pbmtog3.1
MAN4=		mgettydefs.4
MAN5=		faxqueue.5
MAN8=		sendfax.8 mgetty.8 callback.8

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

post-install:
	@(cd ${PKGDIR}; export PKG_PREFIX=${PREFIX}; /usr/bin/perl INSTALL _ POST-INSTALL)

.include <bsd.port.mk>