2018-04-08 18:09:23 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ksirk
|
|
|
|
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
|
|
|
|
2020-03-21 07:23:59 +00:00
|
|
|
USES= cmake compiler:c++11-lang kde:5 qca qt:5 tar:xz
|
2018-04-08 18:09:23 +00:00
|
|
|
USE_KDE= attica auth codecs completion config configwidgets \
|
|
|
|
coreaddons crash i18n iconthemes kio libkdegames newstuff \
|
|
|
|
service wallet widgetsaddons xmlgui
|
2019-06-23 15:39:32 +00:00
|
|
|
USE_QT= concurrent core dbus declarative gui network phonon4 svg widgets xml \
|
2018-04-08 18:09:23 +00:00
|
|
|
buildtools_build qmake_build
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
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>
|