aboutsummaryrefslogblamecommitdiff
path: root/x11/qterminal/Makefile
blob: e7e4460aac4abe9544b245c3862a5fe8c714750e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                         
                     
                   
                    
 
                               




                                                           
                                                                         
 
                                                   
                                                         
                                                                          
                                 
                   
                          
 
                      
PORTNAME=	qterminal
PORTVERSION=	1.1.0
CATEGORIES=	x11
MASTER_SITES=	LXQT

MAINTAINER=	jsm@FreeBSD.org
COMMENT=	Lightweight Qt-based terminal emulator

LICENSE=	GPLv2

LIB_DEPENDS=	libqtermwidget5.so:x11-toolkits/qtermwidget
RUN_DEPENDS=	liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf

USES=	cmake compiler:c++11-lang gettext-runtime \
	localbase:ldflags lxqt pkgconfig qt:5 tar:xz xorg
USE_QT=		buildtools_build core gui qmake_build dbus linguisttools \
		widgets x11extras
USE_XORG=	x11
USE_LXQT=	buildtools

.include <bsd.port.mk>