Lines 4-10
Link Here
|
4 |
PORTNAME= tigervnc |
4 |
PORTNAME= tigervnc |
5 |
PORTVERSION= 1.6.0 |
5 |
PORTVERSION= 1.6.0 |
6 |
DISTVERSIONPREFIX= v |
6 |
DISTVERSIONPREFIX= v |
7 |
PORTREVISION= 2 |
7 |
PORTREVISION= 3 |
8 |
CATEGORIES= net x11-servers |
8 |
CATEGORIES= net x11-servers |
9 |
|
9 |
|
10 |
MAINTAINER= meta+ports@vmeta.jp |
10 |
MAINTAINER= meta+ports@vmeta.jp |
Lines 21-41
Link Here
|
21 |
RUN_DEPENDS= ${LOCALBASE}/share/X11/xkb/rules/base:x11/xkeyboard-config \ |
21 |
RUN_DEPENDS= ${LOCALBASE}/share/X11/xkb/rules/base:x11/xkeyboard-config \ |
22 |
xkbcomp:x11/xkbcomp |
22 |
xkbcomp:x11/xkbcomp |
23 |
|
23 |
|
24 |
CONFLICTS= tridiavnc-[0-9]* \ |
24 |
CONFLICTS= tigervnc-devel-[0-9]* \ |
25 |
tightvnc-[0-9]* \ |
25 |
tightvnc-[0-9]* \ |
|
|
26 |
tridiavnc-[0-9]* \ |
26 |
vnc-[0-9]* |
27 |
vnc-[0-9]* |
27 |
|
28 |
|
28 |
USES= autoreconf:build cmake cpe gmake jpeg libtool pkgconfig python |
29 |
USES= autoreconf:build cmake cpe gmake iconv jpeg libtool pkgconfig \ |
|
|
30 |
python ssl |
29 |
USE_GL= gl |
31 |
USE_GL= gl |
30 |
USE_LDCONFIG= yes |
32 |
USE_LDCONFIG= yes |
31 |
USE_OPENSSL= yes |
|
|
32 |
USE_GITHUB= yes |
33 |
USE_GITHUB= yes |
33 |
GH_ACCOUNT= TigerVNC |
34 |
GH_ACCOUNT= TigerVNC |
34 |
|
35 |
|
35 |
USE_XORG+= bigreqsproto compositeproto damageproto fixesproto fontsproto glproto \ |
36 |
USE_XORG+= bigreqsproto compositeproto damageproto fixesproto fontsproto glproto \ |
36 |
inputproto kbproto pixman randrproto renderproto resourceproto \ |
37 |
ice inputproto kbproto pixman presentproto randrproto renderproto \ |
37 |
scrnsaverproto videoproto xau xdmcp xext xkbfile xcmiscproto xextproto \ |
38 |
resourceproto scrnsaverproto sm videoproto x11 xau xcmiscproto xdamage \ |
38 |
xfont xproto xrandr xtrans xtst xorg-macros presentproto |
39 |
xdmcp xext xextproto xfont xkbfile xorg-macros xproto xrandr xrender \ |
|
|
40 |
xtrans xtst |
41 |
|
42 |
LIB_DEPENDS= libunwind.so:devel/libunwind \ |
43 |
libxshmfence.so:x11/libxshmfence \ |
44 |
libfontconfig.so:x11-fonts/fontconfig |
39 |
|
45 |
|
40 |
CFLAGS+= -fPIC |
46 |
CFLAGS+= -fPIC |
41 |
|
47 |
|