Files
ports/net-im/beebeep/Makefile
T
Adriaan de Groot 6fb1e83e6d Update net-im/beebeep to latest upstream release
beebeep is a local-area-network chat tool, for offices and cafe's.

The changelog is at
	https://sourceforge.net/p/beebeep/code/HEAD/tree/CHANGELOG.txt
with highlights:
- New feature: added "Use high resolution emoticons" option
- New feature: added ECDH key exchange to encryption protocol
- New feature: added "Auto save interval" for chat messages to prevent data loss
- New feature: added "Favored emoticons" as tab in emoticon list
- New feature: added Voice Message Player interface

Reported by:	portscout
2021-01-08 11:29:56 +00:00

36 lines
1.1 KiB
Makefile

# $FreeBSD$
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
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>