2018-04-08 18:09:23 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ksudoku
|
|
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
|
|
CATEGORIES= games kde kde-applications
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= ${${PORTNAME}_DESC}
|
|
|
|
|
2019-02-08 22:50:23 +00:00
|
|
|
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
|
2018-04-08 18:09:23 +00:00
|
|
|
USE_GL= gl glu
|
|
|
|
USE_KDE= archive auth codecs completion config configwidgets \
|
|
|
|
coreaddons crash ecm guiaddons i18n jobwidgets kio \
|
|
|
|
libkdegames service widgetsaddons xmlgui
|
2019-06-23 15:39:32 +00:00
|
|
|
USE_QT= concurrent core dbus declarative gui network opengl printsupport \
|
2018-04-08 18:09:23 +00:00
|
|
|
svg widgets xml \
|
|
|
|
buildtools_build qmake_build
|
|
|
|
|
2018-09-10 13:14:50 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2018-04-08 18:09:23 +00:00
|
|
|
.include <${.CURDIR}/../kdegames/Makefile.common>
|
|
|
|
.include <bsd.port.mk>
|