aboutsummaryrefslogtreecommitdiffstats
path: root/comms/picocom/Makefile
blob: 5bd1020321d607c4142f92d79c3b22193525d474 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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= ports@FreeBSD.org
COMMENT=    Dumb Terminal Emulator

ALL_TARGET= picocom
USE_GMAKE=  yes

PLIST_FILES=    bin/picocom
MAN8=       picocom.8

.include <bsd.port.mk>