diff options
Diffstat (limited to 'games/kshisen/Makefile')
-rw-r--r-- | games/kshisen/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/games/kshisen/Makefile b/games/kshisen/Makefile new file mode 100644 index 000000000000..28c3b70a2146 --- /dev/null +++ b/games/kshisen/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= kshisen +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +LIB_DEPENDS= kmahjongglib.5:${PORTSDIR}/games/libkmahjongg + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> |