aboutsummaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/Makefile
blob: 14b5bea8e696efeaa4c519208c0e913d12413673 (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
# New ports collection makefile for:    mgetty+sendfax
# Version required:     0.22
# Date created:         21 September 1994
# Whom:                 jmz
#
# $Id$
#

DISTNAME=	mgetty-0.22
CATEGORIES+=	comms
MASTER_SITES=	ftp://hpsystem2.informatik.tu-muenchen.de/pub/comp/networking/communication/modem/mgetty/
DISTFILES=	mgetty+sendfax-0.22.tar.gz

MAINTAINER=	jmz@FreeBSD.org

MAKE_FLAGS=	CC=cc spool=/var/spool LDFLAGS=-lutil prefix=${PREFIX} -f
USE_GMAKE=	yes
IS_INTERACTIVE= yes

pre-install:
	@mkdir -p ${PREFIX}/bin
	@mkdir -p ${PREFIX}/lib
	@mkdir -p ${PREFIX}/info
	@mkdir -p ${PREFIX}/man/man1
	@mkdir -p ${PREFIX}/man/man4
	@(cd ${WRKSRC}/doc; ${GMAKE} manpages)

.include <bsd.port.mk>