Lines 2-10
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= qterminal |
4 |
PORTNAME= qterminal |
5 |
PORTVERSION= 0.7.0 |
5 |
PORTVERSION= 0.8.0 |
6 |
PORTREVISION= 2 |
|
|
7 |
CATEGORIES= x11 |
6 |
CATEGORIES= x11 |
|
|
7 |
MASTER_SITES= LXQT |
8 |
|
8 |
|
9 |
MAINTAINER= bacon4000@gmail.com |
9 |
MAINTAINER= bacon4000@gmail.com |
10 |
COMMENT= Lightweight Qt-based terminal emulator |
10 |
COMMENT= Lightweight Qt-based terminal emulator |
Lines 15-35
Link Here
|
15 |
RUN_DEPENDS= liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf \ |
15 |
RUN_DEPENDS= liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf \ |
16 |
qterminal-l10n>0:x11/qterminal-l10n |
16 |
qterminal-l10n>0:x11/qterminal-l10n |
17 |
|
17 |
|
18 |
USES= cmake:outsource compiler:c++11-lang localbase:ldflags \ |
18 |
USES= cmake:outsource compiler:c++11-lang gettext-runtime \ |
19 |
lxqt pkgconfig tar:xz |
19 |
localbase:ldflags lxqt pkgconfig tar:xz |
20 |
USE_QT5= buildtools_build core gui qmake_build widgets x11extras |
20 |
USE_QT5= buildtools_build core gui qmake_build dbus linguisttools \ |
|
|
21 |
widgets x11extras |
21 |
USE_XORG= x11 |
22 |
USE_XORG= x11 |
22 |
USE_LXQT= buildtools lxqt |
23 |
USE_LXQT= buildtools lxqt |
23 |
|
24 |
|
24 |
CMAKE_ARGS+= -DUSE_SYSTEM_QXT:BOOL=OFF |
25 |
.include <bsd.port.mk> |
25 |
|
|
|
26 |
USE_GITHUB= yes |
27 |
GH_ACCOUNT= lxde |
28 |
|
29 |
.include <bsd.port.pre.mk> |
30 |
|
31 |
.if ${OPSYS} == FreeBSD |
32 |
LDFLAGS+= -lulog |
33 |
.endif |
34 |
|
35 |
.include <bsd.port.post.mk> |