freebsd-ports/games/kreversi/Makefile
Tobias C. Berner 4196590fa5 KDE Applications: complete dependency lists
This has been on the TODO list for forever...

PR:		238764
Reported by:	yuri
2019-06-23 15:39:32 +00:00

22 lines
653 B
Makefile

# $FreeBSD$
PORTNAME= kreversi
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
CATEGORIES= games kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm i18n iconthemes itemviews \
jobwidgets kdeclarative kio libkdegames package service \
solid widgetsaddons xmlgui
USE_QT= concurrent core dbus declarative gui network svg widgets xml \
buildtools_build qmake_build
OPTIONS_DEFINE= DOCS
.include <${.CURDIR}/../kdegames/Makefile.common>
.include <bsd.port.mk>