freebsd-ports/graphics/kamerka/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

39 lines
1.1 KiB
Makefile

PORTNAME= kamerka
DISTVERSION= 0.20
PORTREVISION= 4
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
COMMENT= Take photos using your webcam and shiny animated QML interface
WWW= https://dos1.github.io/kamerka/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat
LIB_DEPENDS= libv4l2.so:multimedia/libv4l \
libphonon4qt5.so:multimedia/phonon \
libqimageblitz.so:x11/qimageblitz
USES= cmake compiler:c++11-lang kde:5 qt:5 xorg
USE_GITHUB= yes
GH_ACCOUNT= dos1
USE_QT= concurrent core dbus declarative gui network printsupport script xml widgets \
qmake:build buildtools:build
USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons crash \
guiaddons i18n iconthemes init itemviews jobwidgets kdeclarative kdelibs4support \
kio notifications package parts service solid sonnet textwidgets \
unitconversion xmlgui widgetsaddons windowsystem \
doctools:build
USE_XORG= x11
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext-tools
post-patch-NLS-off:
@${REINPLACE_CMD} 's|IF(NOT GETTEXT_MSGFMT_EXECUTABLE)|IF(TRUE)|' ${WRKSRC}/po/CMakeLists.txt
.include <bsd.port.mk>