View | Details | Raw Unified | Return to bug 208088
Collapse All | Expand All

(-)Makefile (-9 / +3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	tigervnc
4
PORTNAME=	tigervnc
5
PORTVERSION=	1.6.0
5
PORTVERSION=	1.6.0
6
PORTREVISION=	1
6
DISTVERSIONPREFIX=	v
7
DISTVERSIONPREFIX=	v
7
CATEGORIES=	net x11-servers
8
CATEGORIES=	net x11-servers
8
9
Lines 24-30 Link Here
24
		tightvnc-[0-9]* \
25
		tightvnc-[0-9]* \
25
		vnc-[0-9]*
26
		vnc-[0-9]*
26
27
27
USES=		autoreconf:build cmake cpe gmake libtool pkgconfig python
28
USES=		autoreconf:build cmake cpe gmake jpeg libtool pkgconfig python
28
USE_GL=		gl
29
USE_GL=		gl
29
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
30
USE_OPENSSL=	yes
31
USE_OPENSSL=	yes
Lines 38-47 Link Here
38
39
39
CFLAGS+=	-fPIC
40
CFLAGS+=	-fPIC
40
41
41
OPTIONS_DEFINE=		GNUTLS NLS PAM VIEWER HPJPG DOCS
42
OPTIONS_DEFINE=		GNUTLS NLS PAM VIEWER DOCS
42
OPTIONS_DEFAULT=	GNUTLS NLS PAM VIEWER
43
OPTIONS_DEFAULT=	GNUTLS NLS PAM VIEWER
43
VIEWER_DESC=		Build vncviewer
44
VIEWER_DESC=		Build vncviewer
44
HPJPG_DESC=		Build with High-Performance JPEG support
45
45
46
.include <bsd.port.options.mk>
46
.include <bsd.port.options.mk>
47
47
Lines 89-100 Link Here
89
PLIST_SUB+=	VIEWER="@comment "
89
PLIST_SUB+=	VIEWER="@comment "
90
.endif
90
.endif
91
91
92
.if ${PORT_OPTIONS:MHPJPG}
93
LIB_DEPENDS+=	libturbojpeg.so:${PORTSDIR}/graphics/libjpeg-turbo
94
.else
95
USES+=		jpeg
96
.endif
97
98
MAKE_ARGS+=	TIGERVNC_SRCDIR=${WRKSRC}
92
MAKE_ARGS+=	TIGERVNC_SRCDIR=${WRKSRC}
99
CONFIGURE_ARGS+=	\
93
CONFIGURE_ARGS+=	\
100
		--prefix=${PREFIX} --mandir=${PREFIX}/man/ \
94
		--prefix=${PREFIX} --mandir=${PREFIX}/man/ \

Return to bug 208088