Lines 4-9
Link Here
|
4 |
PORTNAME= teamwords |
4 |
PORTNAME= teamwords |
5 |
PORTVERSION= 0.2.1 |
5 |
PORTVERSION= 0.2.1 |
6 |
DISTVERSIONPREFIX= v |
6 |
DISTVERSIONPREFIX= v |
|
|
7 |
PORTREVISION= 1 |
7 |
CATEGORIES= net-im |
8 |
CATEGORIES= net-im |
8 |
|
9 |
|
9 |
MAINTAINER= kmoore@FreeBSD.org |
10 |
MAINTAINER= kmoore@FreeBSD.org |
Lines 12-19
Link Here
|
12 |
LICENSE= LGPL3 |
13 |
LICENSE= LGPL3 |
13 |
|
14 |
|
14 |
USE_LDCONFIG= yes |
15 |
USE_LDCONFIG= yes |
15 |
USE_QT5= core gui network svg linguist \ |
16 |
USE_QT5= core gui network webkit widgets buildtools_build |
16 |
buildtools x11extras |
|
|
17 |
USES= compiler:c++11-lang qmake tar:xz |
17 |
USES= compiler:c++11-lang qmake tar:xz |
18 |
|
18 |
|
19 |
QMAKE_ARGS= CONFIG+="configure" |
19 |
QMAKE_ARGS= CONFIG+="configure" |
Lines 24-31
Link Here
|
24 |
PLIST_FILES= bin/teamwords \ |
24 |
PLIST_FILES= bin/teamwords \ |
25 |
share/applications/teamwords.desktop \ |
25 |
share/applications/teamwords.desktop \ |
26 |
share/icons/teamwords.png |
26 |
share/icons/teamwords.png |
27 |
SUB_FILES= teamwords.desktop |
27 |
SUB_FILES= teamwords.desktop |
28 |
|
28 |
|
|
|
29 |
OPTIONS_DEFINE= WEBKITNOTIFY |
30 |
|
31 |
WEBKITNOTIFY_DESC= Use QtWebkit for notifications |
32 |
|
33 |
post-patch-WEBKITNOTIFY-on: |
34 |
@${REINPLACE_CMD} 's|linux|unix|' \ |
35 |
${WRKSRC}/plugins/qtwebkit/qtwebkit-plugins.pri |
36 |
|
29 |
do-install: |
37 |
do-install: |
30 |
${INSTALL_PROGRAM} ${WRKSRC}/teamwords ${STAGEDIR}${PREFIX}/bin |
38 |
${INSTALL_PROGRAM} ${WRKSRC}/teamwords ${STAGEDIR}${PREFIX}/bin |
31 |
${INSTALL_DATA} ${WRKDIR}/${SUB_FILES} ${STAGEDIR}${PREFIX}/share/applications/ |
39 |
${INSTALL_DATA} ${WRKDIR}/${SUB_FILES} ${STAGEDIR}${PREFIX}/share/applications/ |