The following ports are skipped because they have been updated after 786cb60821.
- chinese/fcitx5-chinese-addons
- chinese/fcitx5-mcbopomofo
- devel/fatal
- devel/fbthrift
- devel/folly
- devel/spdlog
- mail/mu
- net/fb303
- net/mvfst
- net/wangle
- science/seacas
- security/fizz
- www/proxygen
44 lines
1.3 KiB
Makefile
44 lines
1.3 KiB
Makefile
PORTNAME= abaddon
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-im
|
|
|
|
MAINTAINER= seafork@disroot.org
|
|
COMMENT= Alternative Discord client with voice support
|
|
WWW= https://github.com/uowuo/abaddon
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json
|
|
LIB_DEPENDS= libcurl.so:ftp/curl \
|
|
libfmt.so:devel/libfmt \
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2 \
|
|
libhandy-1.so:x11-toolkits/libhandy \
|
|
libopus.so:audio/opus \
|
|
librnnoise.so:audio/rnnoise \
|
|
libsecret-1.so:security/libsecret \
|
|
libsodium.so:security/libsodium \
|
|
libspdlog.so:devel/spdlog
|
|
|
|
USES= cmake compiler:c++17-lang gnome pkgconfig sqlite ssl
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= uowuo
|
|
GH_TUPLE= machinezone:IXWebSocket:bc765e7:ixwebsocket/subprojects/ixwebsocket \
|
|
hrantzsch:keychain:8846e78:keychain/subprojects/keychain \
|
|
mackron:miniaudio:350784a:miniaudio/subprojects/miniaudio \
|
|
nayuki:QR-Code-generator:22fac31:qrcodegenerator/subprojects/qrcodegen
|
|
USE_GNOME= gtkmm30
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps
|
|
${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.svg \
|
|
${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps
|
|
${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop \
|
|
${STAGEDIR}${DESKTOPDIR}
|
|
|
|
.include <bsd.port.mk>
|