Lines 1-6
Link Here
|
1 |
PORTNAME= kitty |
1 |
PORTNAME= kitty |
2 |
DISTVERSIONPREFIX= v |
2 |
DISTVERSIONPREFIX= v |
3 |
DISTVERSION= 0.24.1 |
3 |
DISTVERSION= 0.24.2 |
4 |
CATEGORIES= x11 |
4 |
CATEGORIES= x11 |
5 |
|
5 |
|
6 |
MAINTAINER= alexis.praga@free.fr |
6 |
MAINTAINER= alexis.praga@free.fr |
Lines 26-32
LIB_DEPENDS= libdbus-1.so:devel/dbus \
Link Here
|
26 |
libwayland-cursor.so:graphics/wayland \ |
26 |
libwayland-cursor.so:graphics/wayland \ |
27 |
libxkbcommon.so:x11/libxkbcommon |
27 |
libxkbcommon.so:x11/libxkbcommon |
28 |
|
28 |
|
29 |
USES= compiler:c11 cpe gettext-runtime gl gmake ncurses:port pkgconfig \ |
29 |
USES= compiler:c11 cpe gettext-runtime gl gmake pkgconfig \ |
30 |
python:3.5+ shebangfix terminfo xorg |
30 |
python:3.5+ shebangfix terminfo xorg |
31 |
USE_GITHUB= yes |
31 |
USE_GITHUB= yes |
32 |
GH_ACCOUNT= kovidgoyal |
32 |
GH_ACCOUNT= kovidgoyal |
Lines 60-65
_EMPTY_DIRS= kittens/choose kittens/diff kittens/unicode_input kittens kitty
Link Here
|
60 |
MAKE_ENV+= KITTY_NO_LTO=1 |
60 |
MAKE_ENV+= KITTY_NO_LTO=1 |
61 |
.endif |
61 |
.endif |
62 |
|
62 |
|
|
|
63 |
# ncursesw and tinfo >= 6.1 seem to be neededd |
64 |
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400035 |
65 |
USES+=ncurses:port |
66 |
.else |
67 |
USES+=ncurses |
68 |
.endif |
69 |
|
63 |
# For librsync, we need to set header and library path |
70 |
# For librsync, we need to set header and library path |
64 |
do-build: |
71 |
do-build: |
65 |
(cd ${WRKSRC} && \ |
72 |
(cd ${WRKSRC} && \ |