mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8ecc1181ca
The port is no more marked FORBIDDEN as the main security hole has been fixed.
45 lines
805 B
Makefile
45 lines
805 B
Makefile
# New ports collection makefile for: mgetty+sendfax
|
|
# Date created: 20 April 1998
|
|
# Whom: rkw
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mgetty
|
|
PORTVERSION= 1.1.22.8.17
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/
|
|
DISTNAME= mgetty1.1.22-Aug17
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/mgetty-1.1.22
|
|
MAKE_FLAGS= prefix=${PREFIX} -f
|
|
MAN1= coverpg.1 \
|
|
fax.1 \
|
|
faxq.1 \
|
|
faxrm.1 \
|
|
faxrunq.1 \
|
|
faxspool.1 \
|
|
g3cat.1 \
|
|
g32pbm.1 \
|
|
pbm2g3.1 \
|
|
pvf.1 \
|
|
zplay.1
|
|
MAN4= mgettydefs.4
|
|
MAN5= faxqueue.5
|
|
MAN8= callback.8 \
|
|
faxrunqd.8 \
|
|
mgetty.8 \
|
|
sendfax.8
|
|
|
|
pre-install:
|
|
@(cd ${WRKSRC}/doc; ${MAKE} manpages)
|
|
|
|
.if !defined(BATCH)
|
|
post-install:
|
|
@(cd ${PKGDIR}; export PKG_PREFIX=${PREFIX}; ${PERL5} INSTALL _ POST-INSTALL)
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|