mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
e5d6685c92
* 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
19 lines
368 B
Plaintext
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>
|