1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/comms/mgetty+sendfax/Makefile

45 lines
837 B
Makefile
Raw Normal View History

# New ports collection makefile for: mgetty+sendfax
1999-06-27 16:33:37 +00:00
# Version required: 1.1.20
# Date created: 20 April 1998
# Whom: rkw
#
1999-08-25 05:28:01 +00:00
# $FreeBSD$
#
1999-06-27 16:33:37 +00:00
DISTNAME= mgetty1.1.20-Jan17
PKGNAME= mgetty-1.1.20
CATEGORIES= comms
1998-03-07 23:26:23 +00:00
MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/
MAINTAINER= jmz@FreeBSD.org
1999-06-27 16:33:37 +00:00
WRKSRC= ${WRKDIR}/mgetty-1.1.20
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
1994-11-17 14:48:00 +00:00
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>