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/kfourinline | |
parent | e9088ff192d5f032b73c9b2e3386bbc9bf25136b (diff) | |
download | ports-24482eebf1b38a1d781b1f6c16bb588f5e652980.tar.gz ports-24482eebf1b38a1d781b1f6c16bb588f5e652980.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
Notes
Notes:
svn path=/head/; revision=315373
Diffstat (limited to 'games/kfourinline')
-rw-r--r-- | games/kfourinline/Makefile | 22 | ||||
-rw-r--r-- | games/kfourinline/distinfo | 2 | ||||
-rw-r--r-- | games/kfourinline/pkg-descr | 5 | ||||
-rw-r--r-- | games/kfourinline/pkg-plist | 28 |
4 files changed, 57 insertions, 0 deletions
diff --git a/games/kfourinline/Makefile b/games/kfourinline/Makefile new file mode 100644 index 000000000000..d595ab949258 --- /dev/null +++ b/games/kfourinline/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= kfourinline +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/kfourinline/distinfo b/games/kfourinline/distinfo new file mode 100644 index 000000000000..7ef1290f8eda --- /dev/null +++ b/games/kfourinline/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kfourinline-4.10.1.tar.xz) = 4b38f40ac4dbfe0647b8d16a3ee340a46a7801bf54f38adaa7b8ef08b141076f +SIZE (KDE/4.10.1/kfourinline-4.10.1.tar.xz) = 271676 diff --git a/games/kfourinline/pkg-descr b/games/kfourinline/pkg-descr new file mode 100644 index 000000000000..59090475bfc3 --- /dev/null +++ b/games/kfourinline/pkg-descr @@ -0,0 +1,5 @@ +KFourInLine is a board game for two players based on the Connect-Four +game. The players try to build up a row of four pieces using +different strategies. + +WWW: http://www.kde.org/applications/games/kfourinline/ diff --git a/games/kfourinline/pkg-plist b/games/kfourinline/pkg-plist new file mode 100644 index 000000000000..648efabfea4b --- /dev/null +++ b/games/kfourinline/pkg-plist @@ -0,0 +1,28 @@ +bin/kfourinline +bin/kfourinlineproc +share/applications/kde4/kfourinline.desktop +share/apps/kfourinline/grafix/default.desktop +share/apps/kfourinline/grafix/default.rc +share/apps/kfourinline/grafix/default.svg +share/apps/kfourinline/grafix/gray_reflection.desktop +share/apps/kfourinline/grafix/gray_reflection.rc +share/apps/kfourinline/grafix/gray_reflection.svg +share/apps/kfourinline/grafix/yellow.desktop +share/apps/kfourinline/grafix/yellow.rc +share/apps/kfourinline/grafix/yellow.svg +share/apps/kfourinline/grafix/yellow_reflection.desktop +share/apps/kfourinline/grafix/yellow_reflection.rc +share/apps/kfourinline/kfourinlineui.rc +share/config.kcfg/kwin4.kcfg +share/doc/HTML/en/kfourinline/common +share/doc/HTML/en/kfourinline/index.cache.bz2 +share/doc/HTML/en/kfourinline/index.docbook +share/icons/hicolor/128x128/apps/kfourinline.png +share/icons/hicolor/16x16/apps/kfourinline.png +share/icons/hicolor/22x22/apps/kfourinline.png +share/icons/hicolor/32x32/apps/kfourinline.png +share/icons/hicolor/48x48/apps/kfourinline.png +share/icons/hicolor/64x64/apps/kfourinline.png +@dirrm share/doc/HTML/en/kfourinline +@dirrm share/apps/kfourinline/grafix +@dirrm share/apps/kfourinline |