aboutsummaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/Makefile
blob: 83397a6205de57c6452101c7750ffc94a3805954 (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
# New ports collection makefile for:    mgetty+sendfax
# Version required:     0.98
# Date created:         21 September 1994
# Whom:                 jmz
#
# $Id: Makefile,v 1.8 1995/04/15 04:58:59 asami Exp $
#

DISTNAME=	mgetty-0.98
CATEGORIES+=	comms
MASTER_SITES=	ftp://ftp.leo.org/pub/comp/networking/communication/modem/mgetty/
DISTFILES=	mgetty+sendfax-0.98.tar.gz

MAINTAINER=	jmz@FreeBSD.org

MAKE_FLAGS=	prefix=${PREFIX} -f 

IS_INTERACTIVE= yes

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>