mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
dce4491a9c
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>
19 lines
363 B
Makefile
19 lines
363 B
Makefile
# 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>
|