summaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/Makefile
blob: 8451419f669f346790de6ebd1f26e914343fc7f1 (plain)
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
47
48
49
50
51
52
53
54
55
56
57
# $NetBSD: Makefile,v 1.31 2003/07/17 21:26:51 grant Exp $
# FreeBSD Id: Makefile,v 1.25 1998/07/16 06:44:37 vanilla Exp
#

DISTNAME=	mgetty1.1.28-Jan10
PKGNAME=	mgetty-1.1.28
PKGREVISION=	3
WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
CATEGORIES=	comms
MASTER_SITES=	ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/ \
		ftp://alpha.greenie.net/pub/mgetty/source/1.1/

MAINTAINER=	tech-pkg@NetBSD.org
HOMEPAGE=	http://alpha.greenie.net/mgetty/
COMMENT=	Handle external logins, send and receive faxes

BUILD_DEPENDS+=	texi2roff-[0-9]*:../../textproc/texi2roff

CONFLICTS=	hylafax-[0-9]*

USE_BUILDLINK2=		yes
USE_PKGINSTALL=		yes

MAKE_ENV=		MGETTY_CONFDIR=${PKG_SYSCONFDIR}

USE_NEW_TEXINFO=	YES
USE_MAKEINFO=		YES
INFO_FILES=		mgetty.info
PKG_SYSCONFSUBDIR=	mgetty+sendfax

.ifndef CONF_FILES
. for cfg in		dialin.config		\
			faxheader		\
			faxrunq.config		\
			faxspool.rules.sample	\
			login.config		\
			mgetty.config
CONF_FILES+=		${_EXAMPLES_DIR}/${cfg} ${PKG_SYSCONFDIR}/${cfg}
. endfor
.endif

_EXAMPLES_DIR=		${PREFIX}/share/examples/mgetty+sendfax

do-configure:
	${MV} ${WRKSRC}/doc/fax.1in ${WRKSRC}/doc/sendfax.1in
	cd ${WRKSRC}						\
	&& for _file in faxrunq.config policy.h-dist;		\
	do							\
		${MV} $$_file $${_file}.orig;			\
		${SED} 's|/usr/local|${PREFIX}|'		\
		    $${_file}.orig > $$_file;			\
	done							\
	&& cd ${.CURDIR}					\
	&& ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure

.include "../../graphics/netpbm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"