1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/x11-toolkits/qtermwidget/Makefile
Steve Wills 65cbf0f0ec x11-toolkits/qtermwidget: Update to 0.8.0
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)
2017-10-27 15:45:45 +00:00

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>