diff options
author | makc <makc@FreeBSD.org> | 2013-03-27 19:55:25 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-27 19:55:25 +0800 |
commit | 4071ff71b938de957201b333e5ab5b90c718c7a6 (patch) | |
tree | bcb09269855487369fcfd28040255e86e37e1362 /games/knetwalk | |
parent | e847a9821369a4907e8956149272623bd60baa79 (diff) | |
download | freebsd-ports-gnome-4071ff71b938de957201b333e5ab5b90c718c7a6.tar.gz freebsd-ports-gnome-4071ff71b938de957201b333e5ab5b90c718c7a6.tar.zst freebsd-ports-gnome-4071ff71b938de957201b333e5ab5b90c718c7a6.zip |
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
Diffstat (limited to 'games/knetwalk')
-rw-r--r-- | games/knetwalk/Makefile | 22 | ||||
-rw-r--r-- | games/knetwalk/distinfo | 2 | ||||
-rw-r--r-- | games/knetwalk/pkg-descr | 6 | ||||
-rw-r--r-- | games/knetwalk/pkg-plist | 29 |
4 files changed, 59 insertions, 0 deletions
diff --git a/games/knetwalk/Makefile b/games/knetwalk/Makefile new file mode 100644 index 000000000000..ba2c10f38e80 --- /dev/null +++ b/games/knetwalk/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= knetwalk +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/knetwalk/distinfo b/games/knetwalk/distinfo new file mode 100644 index 000000000000..19bd05170dd8 --- /dev/null +++ b/games/knetwalk/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/knetwalk-4.10.1.tar.xz) = c7f6a9593e4b571e5c18b6c3769e89a2bddc5a273cc0413ac96f36defd5894cd +SIZE (KDE/4.10.1/knetwalk-4.10.1.tar.xz) = 790744 diff --git a/games/knetwalk/pkg-descr b/games/knetwalk/pkg-descr new file mode 100644 index 000000000000..8e5d6540e198 --- /dev/null +++ b/games/knetwalk/pkg-descr @@ -0,0 +1,6 @@ +KNetWalk is a small game where you have to build up a computer +network by rotating the wires to connect the terminals to the server. +When the network is build, a highscore-list comes up where competitions +can be fought out. + +WWW: http://www.kde.org/applications/games/knetwalk/ diff --git a/games/knetwalk/pkg-plist b/games/knetwalk/pkg-plist new file mode 100644 index 000000000000..8503a5463555 --- /dev/null +++ b/games/knetwalk/pkg-plist @@ -0,0 +1,29 @@ +bin/knetwalk +share/applications/kde4/knetwalk.desktop +share/apps/knetwalk/knetwalk.notifyrc +share/apps/knetwalk/knetwalkui.rc +share/apps/knetwalk/sounds/click.wav +share/apps/knetwalk/sounds/connect.wav +share/apps/knetwalk/sounds/start.wav +share/apps/knetwalk/sounds/turn.wav +share/apps/knetwalk/sounds/win.wav +share/apps/knetwalk/themes/default.desktop +share/apps/knetwalk/themes/default.svgz +share/apps/knetwalk/themes/default_preview.png +share/apps/knetwalk/themes/electronic.desktop +share/apps/knetwalk/themes/electronic.svgz +share/apps/knetwalk/themes/electronic_preview.png +share/doc/HTML/en/knetwalk/common +share/doc/HTML/en/knetwalk/index.cache.bz2 +share/doc/HTML/en/knetwalk/index.docbook +share/icons/hicolor/128x128/apps/knetwalk.png +share/icons/hicolor/16x16/apps/knetwalk.png +share/icons/hicolor/22x22/apps/knetwalk.png +share/icons/hicolor/32x32/apps/knetwalk.png +share/icons/hicolor/48x48/apps/knetwalk.png +share/icons/hicolor/64x64/apps/knetwalk.png +share/icons/hicolor/scalable/apps/knetwalk.svgz +@dirrm share/doc/HTML/en/knetwalk +@dirrm share/apps/knetwalk/themes +@dirrm share/apps/knetwalk/sounds +@dirrm share/apps/knetwalk |