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/bovo | |
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/bovo')
-rw-r--r-- | games/bovo/Makefile | 22 | ||||
-rw-r--r-- | games/bovo/distinfo | 2 | ||||
-rw-r--r-- | games/bovo/pkg-descr | 6 | ||||
-rw-r--r-- | games/bovo/pkg-plist | 28 |
4 files changed, 58 insertions, 0 deletions
diff --git a/games/bovo/Makefile b/games/bovo/Makefile new file mode 100644 index 000000000000..ffb0b347e10a --- /dev/null +++ b/games/bovo/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= bovo +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/bovo/distinfo b/games/bovo/distinfo new file mode 100644 index 000000000000..84b13f59cffa --- /dev/null +++ b/games/bovo/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/bovo-4.10.1.tar.xz) = 287ae4d2236ef8643883226c0cf4a746e87ea4641aecc78e421dc43a088fe236 +SIZE (KDE/4.10.1/bovo-4.10.1.tar.xz) = 110304 diff --git a/games/bovo/pkg-descr b/games/bovo/pkg-descr new file mode 100644 index 000000000000..6c8c3d25deb4 --- /dev/null +++ b/games/bovo/pkg-descr @@ -0,0 +1,6 @@ +Bovo is a Gomoku (from Japanese "five points") like game for two +players, where the opponents alternate in placing their respective +pictogram on the game board. (Also known as: Connect Five, Five +in a row, X and O, Naughts and Crosses) + +WWW: http://www.kde.org/applications/games/bovo/ diff --git a/games/bovo/pkg-plist b/games/bovo/pkg-plist new file mode 100644 index 000000000000..dd8383d1d8e3 --- /dev/null +++ b/games/bovo/pkg-plist @@ -0,0 +1,28 @@ +bin/bovo +share/applications/kde4/bovo.desktop +share/apps/bovo/bovoui.rc +share/apps/bovo/themes/gomoku/theme.svg +share/apps/bovo/themes/gomoku/themerc +share/apps/bovo/themes/highcontrast/theme.svg +share/apps/bovo/themes/highcontrast/themerc +share/apps/bovo/themes/scribble/theme.svg +share/apps/bovo/themes/scribble/themerc +share/apps/bovo/themes/spacy/theme.svg +share/apps/bovo/themes/spacy/themerc +share/doc/HTML/en/bovo/common +share/doc/HTML/en/bovo/index.cache.bz2 +share/doc/HTML/en/bovo/index.docbook +share/icons/hicolor/128x128/apps/bovo.png +share/icons/hicolor/16x16/apps/bovo.png +share/icons/hicolor/22x22/apps/bovo.png +share/icons/hicolor/32x32/apps/bovo.png +share/icons/hicolor/48x48/apps/bovo.png +share/icons/hicolor/64x64/apps/bovo.png +share/icons/hicolor/scalable/apps/bovo.svgz +@dirrm share/doc/HTML/en/bovo +@dirrm share/apps/bovo/themes/spacy +@dirrm share/apps/bovo/themes/scribble +@dirrm share/apps/bovo/themes/highcontrast +@dirrm share/apps/bovo/themes/gomoku +@dirrm share/apps/bovo/themes +@dirrm share/apps/bovo |