2016-06-25 02:18:29 +02:00
|
|
|
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= diligent
|
2016-10-26 17:04:22 +02:00
|
|
|
PORTVERSION= 0.2.7
|
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
2017-09-10 22:55:38 +02:00
|
|
|
PORTREVISION= 4
|
2016-06-25 02:18:29 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
CATEGORIES= net-im
|
|
|
|
|
|
|
|
MAINTAINER= kmoore@FreeBSD.org
|
|
|
|
COMMENT= Unofficial Qt Slack client
|
|
|
|
|
|
|
|
LICENSE= LGPL3
|
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
2017-01-21 16:08:21 +01:00
|
|
|
USE_QT5= core gui linguist network svg \
|
|
|
|
webkit widgets x11extras buildtools_build
|
2016-12-27 13:20:41 +01:00
|
|
|
USE_GL= gl
|
|
|
|
USES= compiler:c++11-lang qmake
|
2016-06-25 02:18:29 +02:00
|
|
|
|
|
|
|
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/
|
2016-12-27 13:20:41 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
|
2016-06-25 02:18:29 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/images/png/Slack.png ${STAGEDIR}${PREFIX}/share/icons/diligent.png
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|