openbsd-ports/x11/kde4/kajongg/Makefile
zhuk cc603ebda1 Kajongg is the ancient Chinese board game for 4 players. Kajongg can be
used in two different ways: Scoring a manual game where you play as
always and use Kajongg for the computation of scores and
for bookkeeping. Or you can use Kajongg to play against any combination
of other human players or computer players.

If you are looking for Mah Jongg solitaire, use the kmahjongg package.
2013-04-24 11:41:52 +00:00

27 lines
664 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 11:41:52 zhuk Exp $
COMMENT = Mah Jongg four players board game for KDE
DISTNAME = kajongg-${MODKDE4_VERSION}
HOMEPAGE = http://www.kde.org/applications/games/kajongg/
MODULES = lang/python
BUILD_DEPENDS = ${MODKDE4_DEP_DIR}/py-kde
RUN_DEPENDS = devel/py-twisted/core \
${MODKDE4_DEP_DIR}/libkmahjongg>=${MODKDE4_VERSION} \
${MODKDE4_DEP_DIR}/py-kde
# Avoid extra BUILD_DEPENDS
CONFIGURE_ARGS = -DINSTALL_KAJONGG:Bool=TRUE
MODPY_ADJ_FILES = src/deferredutil.py \
src/kajongg.py \
src/kajonggtest.py \
src/kajonggserver.py \
src/scoringtest.py \
src/server.py \
setup.py
.include <bsd.port.mk>