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/kolf | |
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/kolf')
-rw-r--r-- | games/kolf/Makefile | 23 | ||||
-rw-r--r-- | games/kolf/distinfo | 2 | ||||
-rw-r--r-- | games/kolf/pkg-descr | 6 | ||||
-rw-r--r-- | games/kolf/pkg-plist | 40 |
4 files changed, 71 insertions, 0 deletions
diff --git a/games/kolf/Makefile b/games/kolf/Makefile new file mode 100644 index 000000000000..2c9aa85e3bd1 --- /dev/null +++ b/games/kolf/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= kolf +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 +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kolf/distinfo b/games/kolf/distinfo new file mode 100644 index 000000000000..7cb14201c612 --- /dev/null +++ b/games/kolf/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kolf-4.10.1.tar.xz) = 875f138d5738531bde7d541793c9e74a24ecdd105b6eb9847a539c99e59a373a +SIZE (KDE/4.10.1/kolf-4.10.1.tar.xz) = 778412 diff --git a/games/kolf/pkg-descr b/games/kolf/pkg-descr new file mode 100644 index 000000000000..bc43ac2a2df1 --- /dev/null +++ b/games/kolf/pkg-descr @@ -0,0 +1,6 @@ +Kolf is a miniature golf game. The game is played from an overhead +view, with a short bar representing the golf club. Kolf features +many different types of objects, such water hazards, slopes, sand +traps, and black holes (warps), among others. + +WWW: http://www.kde.org/applications/games/kolf/ diff --git a/games/kolf/pkg-plist b/games/kolf/pkg-plist new file mode 100644 index 000000000000..dc1eb54b0178 --- /dev/null +++ b/games/kolf/pkg-plist @@ -0,0 +1,40 @@ +bin/kolf +lib/libkolfprivate.so +lib/libkolfprivate.so.5 +lib/libkolfprivate.so.5.0.1 +share/applications/kde4/kolf.desktop +share/apps/kolf/courses/Classic.kolf +share/apps/kolf/courses/Easy.kolf +share/apps/kolf/courses/Hard.kolf +share/apps/kolf/courses/Impossible +share/apps/kolf/courses/Medium.kolf +share/apps/kolf/courses/Practice +share/apps/kolf/courses/ReallyEasy +share/apps/kolf/courses/USApro +share/apps/kolf/intro +share/apps/kolf/kolfui.rc +share/apps/kolf/pics/default_theme.svgz +share/apps/kolf/sounds/blackhole.wav +share/apps/kolf/sounds/blackholeeject.wav +share/apps/kolf/sounds/blackholeputin.wav +share/apps/kolf/sounds/hit.wav +share/apps/kolf/sounds/holed.wav +share/apps/kolf/sounds/holeinone.wav +share/apps/kolf/sounds/puddle.wav +share/apps/kolf/sounds/wall.wav +share/apps/kolf/tutorial.kolf +share/apps/kolf/tutorial.kolfgame +share/doc/HTML/en/kolf/common +share/doc/HTML/en/kolf/index.cache.bz2 +share/doc/HTML/en/kolf/index.docbook +share/icons/hicolor/128x128/apps/kolf.png +share/icons/hicolor/16x16/apps/kolf.png +share/icons/hicolor/22x22/apps/kolf.png +share/icons/hicolor/32x32/apps/kolf.png +share/icons/hicolor/48x48/apps/kolf.png +share/icons/hicolor/64x64/apps/kolf.png +@dirrm share/doc/HTML/en/kolf +@dirrm share/apps/kolf/sounds +@dirrm share/apps/kolf/pics +@dirrm share/apps/kolf/courses +@dirrm share/apps/kolf |