summaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/mgetty+sendfax/Makefile')
-rw-r--r--comms/mgetty+sendfax/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile
new file mode 100644
index 00000000000..dd309497459
--- /dev/null
+++ b/comms/mgetty+sendfax/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: mgetty+sendfax
+# Version required: 1.1.16
+# Date created: 20 April 1998
+# Whom: rkw
+#
+# Id: Makefile,v 1.25 1998/07/16 06:44:37 vanilla Exp
+#
+
+DISTNAME= mgetty1.1.16-Jul05
+PKGNAME= mgetty-1.1.16
+CATEGORIES= comms
+MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/
+
+MAINTAINER= jmz@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/mgetty-1.1.16
+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= sendfax.8 mgetty.8 callback.8 faxrunqd.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>