1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/liblxqt/Makefile
Steve Wills d6dc159bdf devel/liblxqt: Update to 0.12.0
PR:		223212
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by:	Jesper Schmitz Mouridsen <jesper@schmitz.computer> (maintainer)
2017-10-27 15:33:57 +00:00

23 lines
495 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= liblxqt
PORTVERSION= 0.12.0
CATEGORIES= devel
MASTER_SITES= LXQT
MAINTAINER= jesper@schmitz.computer
COMMENT= Shared library for LXQt applications
LICENSE= LGPL21+
USES= cmake:outsource compiler:c++11-lib gettext kde:5 lxqt \
pkgconfig tar:xz
USE_QT5= buildtools_build qmake_build dbus core gui linguisttools \
svg widgets x11extras xml
USE_KDE= windowsystem
USE_LXQT= buildtools qtxdg
USE_XORG= x11 xscrnsaver
.include <bsd.port.mk>