Bovo is a Gomoku-like game for two players.
This commit is contained in:
parent
b95f636726
commit
4ad03f50b4
15
x11/kde4/bovo/Makefile
Normal file
15
x11/kde4/bovo/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 11:30:16 zhuk Exp $
|
||||
|
||||
COMMENT = Gomoku-like game for two players for KDE
|
||||
DISTNAME = bovo-${MODKDE4_VERSION}
|
||||
|
||||
WANTLIB = c m pthread stdc++
|
||||
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg
|
||||
WANTLIB += ${KDE4LIB}/kdeui
|
||||
|
||||
MODKDE4_USE = games
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
x11/gtk+2,-guic
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/kde4/bovo/distinfo
Normal file
2
x11/kde4/bovo/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (kde/bovo-4.10.2.tar.xz) = y4VfFC9wvKfhMTZQw2mbal+B+Nc7lEP9A8CyRYCnS/8=
|
||||
SIZE (kde/bovo-4.10.2.tar.xz) = 110548
|
1
x11/kde4/bovo/pkg/DESCR
Normal file
1
x11/kde4/bovo/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Bovo is a Gomoku-like game for two players.
|
33
x11/kde4/bovo/pkg/PLIST
Normal file
33
x11/kde4/bovo/pkg/PLIST
Normal file
@ -0,0 +1,33 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/24 11:30:16 zhuk Exp $
|
||||
@bin bin/bovo
|
||||
share/applications/kde4/bovo.desktop
|
||||
share/apps/bovo/
|
||||
share/apps/bovo/bovoui.rc
|
||||
share/apps/bovo/themes/
|
||||
share/apps/bovo/themes/gomoku/
|
||||
share/apps/bovo/themes/gomoku/theme.svg
|
||||
share/apps/bovo/themes/gomoku/themerc
|
||||
share/apps/bovo/themes/highcontrast/
|
||||
share/apps/bovo/themes/highcontrast/theme.svg
|
||||
share/apps/bovo/themes/highcontrast/themerc
|
||||
share/apps/bovo/themes/scribble/
|
||||
share/apps/bovo/themes/scribble/theme.svg
|
||||
share/apps/bovo/themes/scribble/themerc
|
||||
share/apps/bovo/themes/spacy/
|
||||
share/apps/bovo/themes/spacy/theme.svg
|
||||
share/apps/bovo/themes/spacy/themerc
|
||||
share/doc/HTML/en/bovo/
|
||||
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
|
||||
@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
|
Loading…
Reference in New Issue
Block a user