mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
32 lines
803 B
Makefile
32 lines
803 B
Makefile
# New ports collection makefile for: mgetty+sendfax
|
|
# Version required: 1.0.0
|
|
# Date created: 21 September 1994
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.17 1997/04/05 03:55:58 jmz Exp $
|
|
#
|
|
|
|
DISTNAME= mgetty-1.0.0
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://ftp.leo.org/pub/comp/networking/communication/modem/mgetty/
|
|
DISTFILES= mgetty+sendfax-1.0.0.tar.gz
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
MAKE_FLAGS= prefix=${PREFIX} -f
|
|
MAN1= coverpg.1 fax.1 faxq.1 faxrm.1 faxrunq.1 faxspool.1 \
|
|
g3cat.1 g32pbm.1 pbm2g3.1
|
|
MAN4= mgettydefs.4
|
|
MAN5= faxqueue.5
|
|
MAN8= sendfax.8 mgetty.8 callback.8
|
|
|
|
pre-install:
|
|
@(cd ${WRKSRC}/doc; ${MAKE} manpages)
|
|
|
|
.if !defined(BATCH)
|
|
post-install:
|
|
@(cd ${PKGDIR}; export PKG_PREFIX=${PREFIX}; /usr/bin/perl INSTALL _ POST-INSTALL)
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|