aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qtermwidget/Makefile
blob: 2549fccd14baaeb1ffa227d0513cc5d40132021b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$

PORTNAME=   qtermwidget
PORTVERSION=    0.6.0
CATEGORIES= x11-toolkits

MAINTAINER= bacon4000@gmail.com
COMMENT=    Terminal widget for QTerminal

LICENSE=    GPLv2

USES=       cmake:outsource compiler:c++11-lang pkgconfig
USE_LDCONFIG=   yes
USE_QT5=    buildtools_build core gui qmake_build widgets

CMAKE_ARGS+=    -DBUILD_DESIGNER_PLUGIN:BOOL=OFF -DUSE_QT5:BOOL=ON

CFLAGS+=    -DHAVE_UTEMPTER

USE_GITHUB= yes
GH_ACCOUNT= lxde

.include <bsd.port.mk>