45 lines
1.1 KiB
Makefile
Raw Normal View History

COMMENT= VirtualBox client with remote management
2022-11-27 10:36:15 +00:00
DISTNAME= RemoteBox-3.2
PKGNAME= ${DISTNAME:L}
2019-11-23 14:43:57 +00:00
EXTRACT_SUFX= .tar.bz2
2017-05-06 08:44:09 +00:00
CATEGORIES= sysutils x11 emulators
HOMEPAGE= http://remotebox.knobgoblin.org.uk/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
PERMIT_PACKAGE= Yes
MASTER_SITES= http://remotebox.knobgoblin.org.uk/downloads/
NO_BUILD= Yes
NO_TEST= Yes
PKG_ARCH= *
RUN_DEPENDS= devel/desktop-file-utils \
devel/xdg-utils \
www/p5-SOAP-Lite \
2022-11-27 10:36:15 +00:00
www/p5-libwww \
x11/freerdp \
2021-11-15 12:03:00 +00:00
x11/p5-Gtk3
pre-configure:
${SUBST_CMD} ${WRKSRC}/remotebox
do-install:
2022-11-27 10:36:15 +00:00
${INSTALL_DATA_DIR} ${PREFIX}/share/{appdata,applications,pixmaps}
${INSTALL_SCRIPT} ${WRKSRC}/remotebox ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/packagers-readme/remotebox.desktop \
${PREFIX}/share/applications/
2022-11-27 10:36:15 +00:00
${INSTALL_DATA} ${WRKSRC}/packagers-readme/remotebox.appdata.xml \
${PREFIX}/share/appdata/
ln -sf ${TRUEPREFIX}/share/remotebox/icons/remotebox.png \
${PREFIX}/share/pixmaps/
cp -Rp ${WRKSRC}/share/remotebox ${PREFIX}/share
2014-11-27 11:35:47 +00:00
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/remotebox
.include <bsd.port.mk>