mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
19 lines
403 B
Makefile
19 lines
403 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxqt-build-tools
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= LXQT/${PORTNAME}
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= Helpers CMake modules for LXQt
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/BSD-3-Clause
|
|
|
|
USES= cmake:outsource lxqt pkgconfig qt:5 tar:xz
|
|
USE_QT= qmake_build buildtools_build core
|
|
USE_GNOME= glib20
|
|
|
|
.include <bsd.port.mk>
|