Lines 2-8
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= notcurses |
3 |
PORTNAME= notcurses |
4 |
DISTVERSIONPREFIX= v |
4 |
DISTVERSIONPREFIX= v |
5 |
DISTVERSION= ${ABIVERSION}.4.3 |
5 |
DISTVERSION= ${ABIVERSION}.4.4.1 |
6 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
7 |
|
7 |
|
8 |
MAINTAINER= nickblack@linux.com |
8 |
MAINTAINER= nickblack@linux.com |
Lines 13-20
Link Here
|
13 |
|
13 |
|
14 |
LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ |
14 |
LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ |
15 |
libqrcodegen.so:graphics/qr-code-generator |
15 |
libqrcodegen.so:graphics/qr-code-generator |
|
|
16 |
BUILD_DEPENDS= ${LOCALBASE}/include/doctest/doctest.h:devel/doctest |
16 |
|
17 |
|
17 |
USES= cmake compiler:c++17-lang localbase ncurses:port pkgconfig python:run shebangfix |
18 |
USES= cmake compiler:c++17-lang localbase \ |
|
|
19 |
ncurses:port pkgconfig python:run shebangfix |
18 |
SHEBANG_FILES= src/pydemo/notcurses-pydemo |
20 |
SHEBANG_FILES= src/pydemo/notcurses-pydemo |
19 |
USE_GITHUB= yes |
21 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= dankamongmen |
22 |
GH_ACCOUNT= dankamongmen |
Lines 30-33
Link Here
|
30 |
|
32 |
|
31 |
PORTDOCS= * |
33 |
PORTDOCS= * |
32 |
|
34 |
|
|
|
35 |
.include <bsd.port.options.mk> |
36 |
|
37 |
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 |
38 |
IGNORE=requires getrandom(2) introduced in FreeBSD 12. |
39 |
.endif |
40 |
|
33 |
.include <bsd.port.mk> |
41 |
.include <bsd.port.mk> |