| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/net-im/beebeep/ |
Upload File : |
PORTNAME= beebeep
DISTVERSIONPREFIX=code-
DISTVERSION= 5.8.4
CATEGORIES= net-im
MASTER_SITES= SF/${PORTNAME}/Sources/
# Weird SVN-versioned directory in the source zip
SVNREVISION= 1476
WRKSRC= ${WRKDIR}/${PORTNAME}-code-r$(SVNREVISION)
MAINTAINER= adridg@FreeBSD.org
COMMENT= Secure office (Local-area-network) chat
WWW= https://www.beebeep.net/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= compiler:c++17-lang pkgconfig \
qmake qt:5 zip
USE_QT= core gui multimedia network printsupport widgets x11extras xml \
buildtools:build linguist:build
do-install:
${MKDIR} ${STAGEDIR}${LOCALBASE}/bin ${STAGEDIR}${QT_PLUGINDIR}/
${INSTALL_PROGRAM} ${WRKSRC}/test/beebeep ${STAGEDIR}${LOCALBASE}/bin/
${INSTALL_LIB} ${WRKSRC}/test/libnumbertextmarker.so ${STAGEDIR}${QT_PLUGINDIR}/
${INSTALL_LIB} ${WRKSRC}/test/librainbowtextmarker.so ${STAGEDIR}${QT_PLUGINDIR}/
${INSTALL_LIB} ${WRKSRC}/test/libregularboldtextmarker.so ${STAGEDIR}${QT_PLUGINDIR}/
PLIST_FILES= bin/beebeep \
lib/qt5/plugins/libnumbertextmarker.so \
lib/qt5/plugins/librainbowtextmarker.so \
lib/qt5/plugins/libregularboldtextmarker.so
.include <bsd.port.mk>