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/ksquares | |
parent | e9088ff192d5f032b73c9b2e3386bbc9bf25136b (diff) | |
download | ports-24482eebf1b38a1d781b1f6c16bb588f5e652980.tar.gz ports-24482eebf1b38a1d781b1f6c16bb588f5e652980.zip |
Notes
Diffstat (limited to 'games/ksquares')
-rw-r--r-- | games/ksquares/Makefile | 22 | ||||
-rw-r--r-- | games/ksquares/distinfo | 2 | ||||
-rw-r--r-- | games/ksquares/pkg-descr | 6 | ||||
-rw-r--r-- | games/ksquares/pkg-plist | 15 |
4 files changed, 45 insertions, 0 deletions
diff --git a/games/ksquares/Makefile b/games/ksquares/Makefile new file mode 100644 index 000000000000..b149248a34a6 --- /dev/null +++ b/games/ksquares/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= ksquares +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/ksquares/distinfo b/games/ksquares/distinfo new file mode 100644 index 000000000000..c21738ed8dcd --- /dev/null +++ b/games/ksquares/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/ksquares-4.10.1.tar.xz) = c50150d7a767f0a4d87fa4c3b30e592351fb9b3b912c08885222423608d196aa +SIZE (KDE/4.10.1/ksquares-4.10.1.tar.xz) = 85376 diff --git a/games/ksquares/pkg-descr b/games/ksquares/pkg-descr new file mode 100644 index 000000000000..d192b32953e3 --- /dev/null +++ b/games/ksquares/pkg-descr @@ -0,0 +1,6 @@ +KSquares is a game modeled after the well known pen and paper based +game of Dots and Boxes. Each player takes it in turns to draw a +line between two adjacent dots on the board. The objective is to +complete more squares than your opponents. + +WWW: http://www.kde.org/applications/games/ksquares/ diff --git a/games/ksquares/pkg-plist b/games/ksquares/pkg-plist new file mode 100644 index 000000000000..b435767eae71 --- /dev/null +++ b/games/ksquares/pkg-plist @@ -0,0 +1,15 @@ +bin/ksquares +share/applications/kde4/ksquares.desktop +share/apps/ksquares/ksquaresui.rc +share/config.kcfg/ksquares.kcfg +share/doc/HTML/en/ksquares/common +share/doc/HTML/en/ksquares/index.cache.bz2 +share/doc/HTML/en/ksquares/index.docbook +share/icons/hicolor/128x128/apps/ksquares.png +share/icons/hicolor/16x16/apps/ksquares.png +share/icons/hicolor/22x22/apps/ksquares.png +share/icons/hicolor/32x32/apps/ksquares.png +share/icons/hicolor/48x48/apps/ksquares.png +share/icons/hicolor/64x64/apps/ksquares.png +@dirrm share/doc/HTML/en/ksquares +@dirrm share/apps/ksquares |