aboutsummaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/mgetty+sendfax/Makefile')
-rw-r--r--comms/mgetty+sendfax/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile
deleted file mode 100644
index 14b5bea8e696..000000000000
--- a/comms/mgetty+sendfax/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: mgetty+sendfax
-# Version required: 0.22
-# Date created: 21 September 1994
-# Whom: jmz
-#
-# $Id$
-#
-
-DISTNAME= mgetty-0.22
-CATEGORIES+= comms
-MASTER_SITES= ftp://hpsystem2.informatik.tu-muenchen.de/pub/comp/networking/communication/modem/mgetty/
-DISTFILES= mgetty+sendfax-0.22.tar.gz
-
-MAINTAINER= jmz@FreeBSD.org
-
-MAKE_FLAGS= CC=cc spool=/var/spool LDFLAGS=-lutil prefix=${PREFIX} -f
-USE_GMAKE= yes
-IS_INTERACTIVE= yes
-
-pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/lib
- @mkdir -p ${PREFIX}/info
- @mkdir -p ${PREFIX}/man/man1
- @mkdir -p ${PREFIX}/man/man4
- @(cd ${WRKSRC}/doc; ${GMAKE} manpages)
-
-.include <bsd.port.mk>