5687aebbf6
- add compiler:c++11-lang - make WebEngine optional (Second batch of fixes from the same PR) PR: 235093 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
23 lines
629 B
Makefile
23 lines
629 B
Makefile
# $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 compiler:c++11-lang gettext kde:5 pkgconfig qt:5 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_QT= core dbus declarative gui network widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|