2020-08-31 20:06:29 +02:00
|
|
|
# $NetBSD: Makefile,v 1.29 2020/08/31 18:10:34 wiz Exp $
|
2016-06-07 14:09:38 +02:00
|
|
|
|
guacamole-server: Update to 1.0.0.
This is an attempt at a concise changelog since 0.9.9, please see the URLs
for the full set of changes for each release.
http://guacamole.apache.org/releases/1.0.0/
User groups, improved clipboard integration, TOTP (Google Authenticator),
RADIUS, dead keys.)
http://guacamole.apache.org/releases/0.9.14/
OpenID Connect single sign-on, SQL Server support, CAS "ClearPass", user
login/logout history, fixes and improvements for RDP, clipboard, file
transfer, and terminal emulation.
http://guacamole.apache.org/releases/0.9.13-incubating/
CAS single sign-on, fixes for VNC/RDP/SSH/telnet, in-browser playback of
screen recordings, automatic connection failover, 256-color console codes.
http://guacamole.apache.org/releases/0.9.12-incubating/
Thumbnails as tab icons, HTTP header authentication, performance
improvements, and fixes for printing, file transfer, and terminal
emulation.
http://guacamole.apache.org/releases/0.9.11-incubating/
Two-factor authentication, password policies, improvements to Docker and
LDAP.
http://guacamole.apache.org/releases/0.9.10-incubating/
Screen sharing, recording, improved file transfer, audio input, Docker
support for LDAP.
2019-03-20 17:08:48 +01:00
|
|
|
DISTNAME= guacamole-server-1.0.0
|
2020-08-31 20:06:29 +02:00
|
|
|
PKGREVISION= 9
|
2016-06-07 14:09:38 +02:00
|
|
|
CATEGORIES= net
|
guacamole-server: Update to 1.0.0.
This is an attempt at a concise changelog since 0.9.9, please see the URLs
for the full set of changes for each release.
http://guacamole.apache.org/releases/1.0.0/
User groups, improved clipboard integration, TOTP (Google Authenticator),
RADIUS, dead keys.)
http://guacamole.apache.org/releases/0.9.14/
OpenID Connect single sign-on, SQL Server support, CAS "ClearPass", user
login/logout history, fixes and improvements for RDP, clipboard, file
transfer, and terminal emulation.
http://guacamole.apache.org/releases/0.9.13-incubating/
CAS single sign-on, fixes for VNC/RDP/SSH/telnet, in-browser playback of
screen recordings, automatic connection failover, 256-color console codes.
http://guacamole.apache.org/releases/0.9.12-incubating/
Thumbnails as tab icons, HTTP header authentication, performance
improvements, and fixes for printing, file transfer, and terminal
emulation.
http://guacamole.apache.org/releases/0.9.11-incubating/
Two-factor authentication, password policies, improvements to Docker and
LDAP.
http://guacamole.apache.org/releases/0.9.10-incubating/
Screen sharing, recording, improved file transfer, audio input, Docker
support for LDAP.
2019-03-20 17:08:48 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_APACHE:=guacamole/${PKGVERSION_NOREV}/source/}
|
2016-06-07 14:09:38 +02:00
|
|
|
|
|
|
|
MAINTAINER= jperkin@joyent.com
|
2020-01-19 00:30:43 +01:00
|
|
|
HOMEPAGE= https://guacamole.incubator.apache.org/
|
2016-06-07 14:09:38 +02:00
|
|
|
COMMENT= Clientless remote desktop gateway
|
guacamole-server: Update to 1.0.0.
This is an attempt at a concise changelog since 0.9.9, please see the URLs
for the full set of changes for each release.
http://guacamole.apache.org/releases/1.0.0/
User groups, improved clipboard integration, TOTP (Google Authenticator),
RADIUS, dead keys.)
http://guacamole.apache.org/releases/0.9.14/
OpenID Connect single sign-on, SQL Server support, CAS "ClearPass", user
login/logout history, fixes and improvements for RDP, clipboard, file
transfer, and terminal emulation.
http://guacamole.apache.org/releases/0.9.13-incubating/
CAS single sign-on, fixes for VNC/RDP/SSH/telnet, in-browser playback of
screen recordings, automatic connection failover, 256-color console codes.
http://guacamole.apache.org/releases/0.9.12-incubating/
Thumbnails as tab icons, HTTP header authentication, performance
improvements, and fixes for printing, file transfer, and terminal
emulation.
http://guacamole.apache.org/releases/0.9.11-incubating/
Two-factor authentication, password policies, improvements to Docker and
LDAP.
http://guacamole.apache.org/releases/0.9.10-incubating/
Screen sharing, recording, improved file transfer, audio input, Docker
support for LDAP.
2019-03-20 17:08:48 +01:00
|
|
|
LICENSE= apache-2.0
|
2016-06-07 14:09:38 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LANGUAGES= c99
|
guacamole-server: Update to 1.0.0.
This is an attempt at a concise changelog since 0.9.9, please see the URLs
for the full set of changes for each release.
http://guacamole.apache.org/releases/1.0.0/
User groups, improved clipboard integration, TOTP (Google Authenticator),
RADIUS, dead keys.)
http://guacamole.apache.org/releases/0.9.14/
OpenID Connect single sign-on, SQL Server support, CAS "ClearPass", user
login/logout history, fixes and improvements for RDP, clipboard, file
transfer, and terminal emulation.
http://guacamole.apache.org/releases/0.9.13-incubating/
CAS single sign-on, fixes for VNC/RDP/SSH/telnet, in-browser playback of
screen recordings, automatic connection failover, 256-color console codes.
http://guacamole.apache.org/releases/0.9.12-incubating/
Thumbnails as tab icons, HTTP header authentication, performance
improvements, and fixes for printing, file transfer, and terminal
emulation.
http://guacamole.apache.org/releases/0.9.11-incubating/
Two-factor authentication, password policies, improvements to Docker and
LDAP.
http://guacamole.apache.org/releases/0.9.10-incubating/
Screen sharing, recording, improved file transfer, audio input, Docker
support for LDAP.
2019-03-20 17:08:48 +01:00
|
|
|
USE_LIBTOOL= yes
|
2019-10-07 13:12:32 +02:00
|
|
|
USE_TOOLS= perl pkg-config
|
2016-06-07 14:09:38 +02:00
|
|
|
|
|
|
|
EGDIR= ${PREFIX}/share/examples/guacamole
|
|
|
|
PKG_SYSCONFSUBDIR= guacamole
|
|
|
|
SMF_NAME= guacamole
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --with-guacd-conf=${PKG_SYSCONFDIR}/guacd.conf
|
|
|
|
CONFIGURE_ARGS+= --with-pango
|
|
|
|
CONFIGURE_ARGS+= --with-pulse
|
|
|
|
CONFIGURE_ARGS+= --with-rdp
|
|
|
|
CONFIGURE_ARGS+= --with-ssh
|
|
|
|
CONFIGURE_ARGS+= --with-ssl
|
|
|
|
CONFIGURE_ARGS+= --with-telnet
|
|
|
|
CONFIGURE_ARGS+= --with-terminal
|
|
|
|
CONFIGURE_ARGS+= --with-vnc
|
|
|
|
CONFIGURE_ARGS+= --with-vorbis
|
|
|
|
CONFIGURE_ARGS+= --with-webp
|
|
|
|
|
|
|
|
CFLAGS.SunOS+= -D__EXTENSIONS__ # getopt()
|
|
|
|
|
|
|
|
SUBST_CLASSES+= manpath
|
|
|
|
SUBST_STAGE.manpath= pre-configure
|
|
|
|
SUBST_FILES.manpath= src/guacd/man/guacd.conf.5
|
|
|
|
SUBST_SED.manpath= -e 's,/etc/guacamole,${PKG_SYSCONFDIR},g'
|
|
|
|
|
2019-10-07 13:12:32 +02:00
|
|
|
REPLACE_PERL+= src/protocols/rdp/keymaps/generate.pl
|
|
|
|
|
2016-06-07 14:09:38 +02:00
|
|
|
INSTALLATION_DIRS= share/examples/guacamole
|
|
|
|
|
|
|
|
CONF_FILES= ${EGDIR}/guacd.conf ${PKG_SYSCONFDIR}/guacd.conf
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/guacd.conf \
|
|
|
|
${DESTDIR}${PREFIX}/share/examples/guacamole/guacd.conf
|
|
|
|
|
|
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
|
|
|
.include "../../audio/pulseaudio/buildlink3.mk"
|
|
|
|
.include "../../devel/ossp-uuid/buildlink3.mk"
|
|
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
|
|
.include "../../graphics/libwebp/buildlink3.mk"
|
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
|
|
.include "../../net/freerdp/buildlink3.mk"
|
|
|
|
.include "../../net/libtelnet/buildlink3.mk"
|
|
|
|
.include "../../net/libvncserver/buildlink3.mk"
|
|
|
|
.include "../../security/libssh2/buildlink3.mk"
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|