ports/devel/lxqt-build-tools/Makefile
Jesper Schmitz Mouridsen 0b7baaafc9 Changing maintainer email address (same maintainer, new address)
Approved by: swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D16200
2018-07-09 18:03:14 +00:00

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>