c8bec6c6fe
Pointy hat: tobik
20 lines
566 B
Makefile
20 lines
566 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kubrick
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= games kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= ${${PORTNAME:tu}_DESC}
|
|
|
|
USES= cmake compiler:c++11-lang gl kde:5 qt:5 tar:xz
|
|
USE_GL= gl glu
|
|
USE_KDE= auth codecs config configwidgets coreaddons crash ecm \
|
|
i18n kio libkdegames service widgetsaddons xmlgui
|
|
USE_QT= concurrent core dbus declarative gui network opengl svg widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <${.CURDIR}/../kdegames/Makefile.common>
|
|
.include <bsd.port.mk>
|