freebsd-ports/net-im/teamwords/Makefile
Gerald Pfeifer 04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00

36 lines
906 B
Makefile

# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
PORTNAME= teamwords
PORTVERSION= 0.2.1
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= net-im
MAINTAINER= kmoore@FreeBSD.org
COMMENT= Unofficial Qt Slack client
LICENSE= LGPL3
USE_LDCONFIG= yes
USE_QT5= core gui network svg linguist \
buildtools x11extras
USES= compiler:c++11-lang qmake tar:xz
QMAKE_ARGS= CONFIG+="configure"
USE_GITHUB= yes
GH_ACCOUNT= MiT-Ufa
GH_PROJECT= TeamWords
PLIST_FILES= bin/teamwords \
share/applications/teamwords.desktop \
share/icons/teamwords.png
SUB_FILES= teamwords.desktop
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/teamwords ${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/teamwords.png
.include <bsd.port.mk>