4167afc7ed
"tio" is a simple TTY terminal application which features a straightforward commandline interface to easily connect to TTY devices for basic input/output.
17 lines
416 B
Makefile
17 lines
416 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/02/17 14:08:51 fcambus Exp $
|
|
|
|
DISTNAME= tio-1.32
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=tio/}
|
|
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= fcambus@NetBSD.org
|
|
HOMEPAGE= https://tio.github.io/
|
|
COMMENT= Simple TTY terminal I/O application
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CHECK_PORTABILITY_SKIP+= configure
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|