42 lines
917 B
Makefile
Raw Normal View History

COMMENT = VNC server for real X displays
GH_ACCOUNT = LibVNC
GH_PROJECT = x11vnc
2019-01-07 14:29:42 +00:00
GH_TAGNAME = 0.9.16
REVISION = 2
2010-11-09 10:52:22 +00:00
CATEGORIES = x11
2009-01-16 02:46:22 +00:00
# GPLv2
PERMIT_PACKAGE = Yes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xtst avahi-client avahi-common c cairo crypto
2021-09-03 11:47:41 +00:00
WANTLIB += ssl vncclient vncserver
MODULES = x11/tk
2010-11-22 08:36:47 +00:00
RUN_DEPENDS = devel/desktop-file-utils \
${MODTK_RUN_DEPENDS}
LIB_DEPENDS = graphics/cairo \
2021-09-03 11:47:41 +00:00
net/avahi,-libs \
net/libvncserver
USE_GMAKE = Yes
2019-05-19 19:13:45 +00:00
CONFIGURE_STYLE = autoreconf
2016-03-11 20:28:21 +00:00
CONFIGURE_ARGS += --with-x \
--with-avahi
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
AUTOCONF_VERSION = 2.69
AUTOMAKE_VERSION = 1.15
pre-configure:
${SUBST_CMD} ${WRKSRC}/src/gui.c
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/x11vnc
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/x11vnc
.include <bsd.port.mk>