mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
ddae4e92d8
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
30 lines
703 B
Makefile
30 lines
703 B
Makefile
PORTNAME= qlipper
|
|
PORTVERSION= 5.1.2
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= Lightweight clipboard history applet
|
|
WWW= https://github.com/pvanek/qlipper
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cmake compiler:c++11-lang gettext qt:5 xorg
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= pvanek
|
|
|
|
OPTIONS_DEFINE= LXQTAUTOSTART
|
|
OPTIONS_DEFAULT=LXQTAUTOSTART
|
|
OPTIONS_SUB= yes
|
|
|
|
LXQTAUTOSTART_DESC= Create autostart entry for LXQt
|
|
LXQTAUTOSTART_BUILD_DEPENDS= ${LOCALBASE}/share/cmake/lxqt-build-tools/lxqt-build-tools-config.cmake:devel/lxqt-build-tools
|
|
LXQTAUTOSTART_CMAKE_BOOL= ENABLE_LXQT_AUTOSTART
|
|
|
|
USE_QT= buildtools:build qmake:build core gui linguisttools \
|
|
network widgets
|
|
|
|
USE_XORG= x11
|
|
|
|
.include <bsd.port.mk>
|