1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
Yuri Victorovich bf86aeab9d misc/orion: Update 1.6.7 -> 1.6.7-12 with change to the new upstream fork GH/drac69
The old GH account is now archived.

Reported by:	fallout
2020-11-26 21:04:31 +00:00

33 lines
977 B
Makefile

# $FreeBSD$
PORTNAME= orion
DISTVERSION= 1.6.7-12
DISTVERSIONSUFFIX= -gec8400c
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= QML/C++-written desktop client for Twitch.tv
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libmpv.so:multimedia/mpv
USES= compiler:c++14-lang gl qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= drac69
USE_QT= core declarative graphicaleffects gui network quickcontrols2 svg widgets buildtools_build
USE_GL= gl
PLIST_FILES= bin/${PORTNAME} \
share/applications/Orion.desktop \
share/icons/hicolor/scalable/apps/${PORTNAME}.svgz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/distfiles/Orion.desktop ${STAGEDIR}${PREFIX}/share/applications/
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps
${GZIP_CMD} ${GZIP} < ${WRKSRC}/distfiles/${PORTNAME}.svg > ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/${PORTNAME}.svgz
.include <bsd.port.mk>