1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/comms/picocom/Makefile
Martin Wilke 14a36e4848 As its name suggests, picocom is a minimal dumb-terminal emulation pro-
gram. It is, in principle, very much like minicom(1) , only it's "pico"
instead  of "mini"! It was designed to serve as a simple, manual, modem
configuration, testing, and debugging tool. It has also  served  (quite
well) as a low-tech "terminal-window" to allow operator intervention in
PPP connection scripts (something like the  ms-windows  "open  terminal
window  before / after dialing" feature). It could also prove useful in
many other similar tasks.

WWW:	http://efault.net/npat/hacks/picocom/
2008-11-23 18:22:19 +00:00

23 lines
407 B
Makefile

# New ports collection makefile for: picocom
# Date created: 2008-11-23
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= picocom
PORTVERSION= 1.4
CATEGORIES= comms
MASTER_SITES= http://efault.net/npat/hacks/picocom/dist/
MAINTAINER= miwi@FreeBSD.org
COMMENT= Dumb Terminal Emulator
ALL_TARGET= picocom
USE_GMAKE= yes
PLIST_FILES= bin/picocom
MAN8= picocom.8
.include <bsd.port.mk>