1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/deskutils/qlipper/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
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
2022-09-11 12:20:14 +02:00

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>