1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/comms/picocom/Makefile
Dennis Herrmann e4946cb514 - Update to 1.6
- Take maintainership
- Fix WWW/pkg-descr [1]

PR:		ports/156047
Submitted by:	N.J. Mann <njm@njm.me.uk> [1]
2011-03-31 15:32:57 +00:00

23 lines
390 B
Makefile

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