blob: e4630ac075f00f96460e63ca5371b33d60b1c1d3 (
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 tar:xz \
sqlite
USE_KDE= config doctools ecm
USE_PYQT= core gui svg widgets
USE_QT5= core gui svg widgets \
buildtools_build qmake_build
.include <${.CURDIR}/../kdegames/Makefile.common>
.include <bsd.port.mk>
|