notcurses/doc/FreeBSD-Makefile
Nick Black e5d6685c92
No locks, more lox #290 (#358)
* README/CMake: only require doctest 2.3.5

* man pages: remove talk of locking #290

* Remove locking from notcurses core #290

* Purge locking from notcurses core #290
2020-02-18 20:03:20 -05:00

19 lines
368 B
Plaintext

# $FreeBSD$
PORTNAME=notcurses
DISTVERSION=1.2.1
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
# deps: doxygen, dia, doctest (not present?), ffmpeg
.include <bsd.port.mk>