summaryrefslogtreecommitdiff
path: root/multimedia/kamoso/Makefile
blob: 9f0b8efd35ae3a4a4f66f027b2c29dbe801524e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	kamoso
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
CATEGORIES=	multimedia kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Application to take pictures and videos out of your webcam

LICENSE=	GPLv2

USES=		cmake:outsource gettext kde:5 pkgconfig tar:xz
USE_GNOME=	glib20
USE_GSTREAMER1=	yes
USE_KDE=	auth bookmarks codecs completion config configwidgets \
		coreaddons ecm i18n itemviews jobwidgets kio purpose \
		service solid widgetsaddons xmlgui
USE_QT5=	core dbus gui network qml quick widgets xml \
		buildtools_build qmake_build

.include <bsd.port.mk>