mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
23 lines
390 B
Makefile
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.7
|
|
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>
|