mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
65cbf0f0ec
While here, set maintainer to maintainer of other lxqt related ports, Jesper Schmitz Mouridsen <jesper@schmitz.computer> PR: 223221 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Approved by: Jason Bacon <bacon4000@gmail.com> (maintainer)
22 lines
487 B
Makefile
22 lines
487 B
Makefile
# Created by: Jason Bacon <bacon4000@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qtermwidget
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= jesper@schmitz.computer
|
|
COMMENT= Terminal widget for QTerminal
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:outsource compiler:c++11-lang gettext-runtime lxqt \
|
|
pkgconfig tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_QT5= buildtools_build core gui qmake_build linguisttools widgets
|
|
USE_LXQT= buildtools
|
|
|
|
.include <bsd.port.mk>
|