2018-04-08 18:09:23 +00:00
|
|
|
PORTNAME= ksudoku
|
|
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
|
|
CATEGORIES= games kde kde-applications
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2019-11-25 15:56:43 +00:00
|
|
|
COMMENT= ${${PORTNAME:tu}_DESC}
|
2018-04-08 18:09:23 +00:00
|
|
|
|
2019-11-05 22:16:14 +00:00
|
|
|
USES= cmake compiler:c++11-lang gl 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 \
|
2021-08-13 06:05:53 +00:00
|
|
|
coreaddons crash guiaddons i18n jobwidgets kio \
|
|
|
|
libkdegames service widgetsaddons xmlgui \
|
|
|
|
ecm_build
|
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>
|