aboutsummaryrefslogtreecommitdiffstats
path: root/comms/comserv/Makefile
diff options
context:
space:
mode:
authorbsd <bsd@FreeBSD.org>2000-12-04 00:37:25 +0800
committerbsd <bsd@FreeBSD.org>2000-12-04 00:37:25 +0800
commit1831dd65a2bd1f6d953e8c01bc7b1cbe1b2d894f (patch)
tree70ae2fb2f9531f94e99dc6fb4becc8427b61017d /comms/comserv/Makefile
parentd79b2eaef7188a3a01c68429cef4b4e27d4402c2 (diff)
downloadfreebsd-ports-gnome-1831dd65a2bd1f6d953e8c01bc7b1cbe1b2d894f.tar.gz
freebsd-ports-gnome-1831dd65a2bd1f6d953e8c01bc7b1cbe1b2d894f.tar.zst
freebsd-ports-gnome-1831dd65a2bd1f6d953e8c01bc7b1cbe1b2d894f.zip
Add a new port comms/comserv. From the pkg-descr file:
"The comservd program provides a facility to access network terminal server serial ports, such as those available on Xyplex terminal server models, via /dev device file entries. This allows programs such as tip(1) to access devices connected to the terminal server serial ports."
Diffstat (limited to 'comms/comserv/Makefile')
-rw-r--r--comms/comserv/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/comserv/Makefile b/comms/comserv/Makefile
new file mode 100644
index 000000000000..d687481e77e6
--- /dev/null
+++ b/comms/comserv/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: comserv
+# Date created: 12 November 2000
+# Whom: Brian Dean <bsd@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= comserv
+PORTVERSION= 1.0.0
+CATEGORIES= comms net
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= bsd
+
+MAINTAINER= bsd@FreeBSD.org
+
+MAN8= comservd.8
+MANCOMPRESSED= yes
+
+.include <bsd.port.mk>