pkgsrc/comms/tio/Makefile
fcambus 4167afc7ed comms/tio: import tio-1.32.
"tio" is a simple TTY terminal application which features a straightforward
commandline interface to easily connect to TTY devices for basic input/output.
2021-02-17 14:08:51 +00:00

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"