notcurses/doc/FreeBSD-Makefile
Nick Black 4571b57ece
Rust/FreeBSD (#221)
* 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
2019-12-25 10:11:24 -05:00

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>