freebsd-ports/comms/qpage/Makefile
Masafumi Max NAKANE dce4491a9c 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>
1997-10-13 04:39:10 +00:00

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>