summaryrefslogtreecommitdiff
path: root/comms/qpage/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-10-13 04:39:10 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-10-13 04:39:10 +0000
commitdce4491a9c96a0c4942cb7f8590c11938ccd4997 (patch)
tree7d89c05e134fd678c0465b1499160b0bf3fbd492 /comms/qpage/Makefile
parentUpdate the MASTER_SITES. (diff)
Re-import of qpage port which used to live in the misc category. Here's
the import message used when it was imported to ports/misc: New port, qpage: QuickPage sends messages to a paging terminal using the SNPP and IXO (also known as TAP) protocols. It is normally used with no options other than a recipient and the message text, in which case the message is sent to the SNPP server where it is submitted to a page queue to be sent by a separate daemon process. PR: 4224 Submitted by: Joe Stein <joes@seaport.net>
Notes
Notes: svn path=/head/; revision=8229
Diffstat (limited to 'comms/qpage/Makefile')
-rw-r--r--comms/qpage/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile
new file mode 100644
index 000000000000..7453798760f8
--- /dev/null
+++ b/comms/qpage/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: qpage
+# Version required: 3.2
+# Date created: 02 Aug 1997
+# Whom: joes@seaport.net
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/02 02:56:37 max Exp $
+#
+
+DISTNAME= qpage-3.2
+CATEGORIES= comms
+MASTER_SITES= ftp://ftp.it.mtu.edu/pub/QuickPage/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= joes@seaport.net
+
+MAN1= qpage.1
+
+.include <bsd.port.mk>