aboutsummaryrefslogtreecommitdiff
path: root/games/kajongg/Makefile
blob: 55121f28d78da33024111fefb9d6b7577756d7af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

BROKEN=		Requires PyQt5 for python3 which is broken at the moment.

PORTNAME=	kajongg
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
CATEGORIES=	games kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	${${PORTNAME}_DESC}

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}

USES=		cmake:outsource pkgconfig python:3 pyqt:5 kde:5 qt:5 tar:xz \
		sqlite
USE_KDE=	config doctools ecm
USE_PYQT=	core gui svg widgets
USE_QT=		core gui svg widgets \
		buildtools_build qmake_build

.include <${.CURDIR}/../kdegames/Makefile.common>
.include <bsd.port.mk>