mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
* rust bindings * update release documentation with Rust info * panelreel tester: accept command-line options#180 * input: char32_t not wchar_t in output * freebsd compilation issues #196
17 lines
314 B
Plaintext
17 lines
314 B
Plaintext
# $FreeBSD$
|
|
|
|
PORTNAME=notcurses
|
|
DISTVERSION=0.9.2
|
|
CATEGORIES=graphics
|
|
MASTER_SITES=https://nick-black.com/dankwiki/index.php/Notcurses
|
|
|
|
MAINTAINER=dankamongmen@gmail.com
|
|
COMMENT=TUI library for modern terminal emulators
|
|
|
|
USES=cmake
|
|
LICENSE=Apache-2.0
|
|
USE_GITHUB=yes
|
|
GH_ACCOUNT=dankamongmen
|
|
|
|
.include <bsd.port.mk>
|