mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
21 lines
424 B
Plaintext
21 lines
424 B
Plaintext
# $FreeBSD$
|
|
|
|
PORTNAME=notcurses
|
|
DISTVERSION=1.4.0
|
|
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
|
|
|
|
LIB_DEPENDS=libqrcodegen.so:graphics/qr-code-generator
|
|
|
|
# deps: doxygen, dia, doctest (not present?), ffmpeg
|
|
|
|
.include <bsd.port.mk>
|