1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net-im/diligent/Makefile
Niclas Zeising 897ad0b36e Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:58:04 +00:00

38 lines
932 B
Makefile

# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
PORTNAME= diligent
PORTVERSION= 0.2.7
PORTREVISION= 8
DISTVERSIONPREFIX= v
CATEGORIES= net-im
MAINTAINER= kmoore@FreeBSD.org
COMMENT= Unofficial Qt Slack client
LICENSE= LGPL3
USE_LDCONFIG= yes
USE_QT= core gui linguist network svg \
webkit widgets x11extras buildtools_build
USE_GL= gl
USES= compiler:c++11-lang gl qmake qt:5
QMAKE_ARGS= CONFIG+="configure"
USE_GITHUB= yes
GH_ACCOUNT= trueos
GH_PROJECT= diligent
PLIST_FILES= bin/diligent \
share/applications/diligent.desktop \
share/icons/diligent.png
SUB_FILES= diligent.desktop
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/diligent ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKDIR}/${SUB_FILES} ${STAGEDIR}${PREFIX}/share/applications/
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
${INSTALL_DATA} ${WRKSRC}/images/png/Slack.png ${STAGEDIR}${PREFIX}/share/icons/diligent.png
.include <bsd.port.mk>