- Remove unused USE_* knobs - Convert USE_TWISTED_RUN to USES - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (antoine)
20 lines
515 B
Makefile
20 lines
515 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kajongg
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= games kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= ${${PORTNAME}_DESC}
|
|
|
|
USES= cmake:outsource tar:xz twisted:run
|
|
USE_KDE4= kdehier kdelibs kdeprefix pykde4 automoc4
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
USE_PYTHON= yes
|
|
USE_SQLITE= 3
|
|
CMAKE_ARGS= -DINSTALL_KAJONGG:BOOL=TRUE
|
|
|
|
.include <${.CURDIR}/../kdegames4/Makefile.common>
|
|
.include <bsd.port.mk>
|