Kolf is a miniature golf game with 2D top-down view. Courses are

dynamic, and up to 10 people can play at once in competition. Kolf
comes with a tutorial course.
This commit is contained in:
zhuk 2013-04-24 12:16:10 +00:00
parent e0b3ae0e15
commit 41ad2122f1
4 changed files with 68 additions and 0 deletions

19
x11/kde4/kolf/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:16:10 zhuk Exp $
COMMENT = mini-golf simulator game for KDE
DISTNAME = kolf-${MODKDE4_VERSION}
SHARED_LIBS = kolfprivate 0.0 # 4.10
WANTLIB = c m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg
WANTLIB += lib/qt4/QtXml
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio
MODULES = multimedia/phonon
MODKDE4_USE = games
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+2,-guic
.include <bsd.port.mk>

2
x11/kde4/kolf/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (kde/kolf-4.10.2.tar.xz) = oN9a/rCYfDl/0xFzKeur17GDuhOicdZDWlKpu36d8OE=
SIZE (kde/kolf-4.10.2.tar.xz) = 779636

3
x11/kde4/kolf/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
Kolf is a miniature golf game with 2D top-down view. Courses are
dynamic, and up to 10 people can play at once in competition. Kolf
comes with a tutorial course.

44
x11/kde4/kolf/pkg/PLIST Normal file
View File

@ -0,0 +1,44 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/24 12:16:10 zhuk Exp $
@bin bin/kolf
@lib ${KDE4LIB}/libkolfprivate.so.${LIBkolfprivate_VERSION}
@lib lib/libkolfprivate.so.${LIBkolfprivate_VERSION}
share/applications/kde4/kolf.desktop
share/apps/kolf/
share/apps/kolf/courses/
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/
share/apps/kolf/pics/default_theme.svgz
share/apps/kolf/sounds/
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/
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
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor