diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-27 11:55:25 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-27 11:55:25 +0000 |
commit | 24482eebf1b38a1d781b1f6c16bb588f5e652980 (patch) | |
tree | bcb09269855487369fcfd28040255e86e37e1362 /games/kjumpingcube | |
parent | e9088ff192d5f032b73c9b2e3386bbc9bf25136b (diff) |
KDE/FreeBSD team presents KDE SC 4.10.1 ports!
- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk
The area51 repository features commits by Schaich Alonso and myself.
Contributors:
- Tobias Berner
Notes
Notes:
svn path=/head/; revision=315373
Diffstat (limited to 'games/kjumpingcube')
-rw-r--r-- | games/kjumpingcube/Makefile | 22 | ||||
-rw-r--r-- | games/kjumpingcube/distinfo | 2 | ||||
-rw-r--r-- | games/kjumpingcube/pkg-descr | 5 | ||||
-rw-r--r-- | games/kjumpingcube/pkg-plist | 18 |
4 files changed, 47 insertions, 0 deletions
diff --git a/games/kjumpingcube/Makefile b/games/kjumpingcube/Makefile new file mode 100644 index 000000000000..ee220a663133 --- /dev/null +++ b/games/kjumpingcube/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= kjumpingcube +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} + +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> diff --git a/games/kjumpingcube/distinfo b/games/kjumpingcube/distinfo new file mode 100644 index 000000000000..ebb8517fe649 --- /dev/null +++ b/games/kjumpingcube/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kjumpingcube-4.10.1.tar.xz) = f3fe30adb67636d42823eb764fbbd2d948dba934d9705526fd3ff85d7f6ae897 +SIZE (KDE/4.10.1/kjumpingcube-4.10.1.tar.xz) = 104284 diff --git a/games/kjumpingcube/pkg-descr b/games/kjumpingcube/pkg-descr new file mode 100644 index 000000000000..d034d87ee47b --- /dev/null +++ b/games/kjumpingcube/pkg-descr @@ -0,0 +1,5 @@ +KJumpingCube is a simple dice driven tactical game. The playing +area consists of squares containing points. Players move by clicking +on either a vacant square, or on own square. + +WWW: http://www.kde.org/applications/games/kjumpingcube/ diff --git a/games/kjumpingcube/pkg-plist b/games/kjumpingcube/pkg-plist new file mode 100644 index 000000000000..ed908c395a0f --- /dev/null +++ b/games/kjumpingcube/pkg-plist @@ -0,0 +1,18 @@ +bin/kjumpingcube +share/applications/kde4/kjumpingcube.desktop +share/apps/kjumpingcube/kjumpingcubeui.rc +share/apps/kjumpingcube/pics/default.desktop +share/apps/kjumpingcube/pics/default.svg +share/config.kcfg/kjumpingcube.kcfg +share/doc/HTML/en/kjumpingcube/common +share/doc/HTML/en/kjumpingcube/index.cache.bz2 +share/doc/HTML/en/kjumpingcube/index.docbook +share/icons/hicolor/128x128/apps/kjumpingcube.png +share/icons/hicolor/16x16/apps/kjumpingcube.png +share/icons/hicolor/22x22/apps/kjumpingcube.png +share/icons/hicolor/32x32/apps/kjumpingcube.png +share/icons/hicolor/48x48/apps/kjumpingcube.png +share/icons/hicolor/64x64/apps/kjumpingcube.png +@dirrm share/doc/HTML/en/kjumpingcube +@dirrm share/apps/kjumpingcube/pics +@dirrm share/apps/kjumpingcube |