0f583d8700
Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961
85 lines
2.1 KiB
Text
85 lines
2.1 KiB
Text
# KDE4_GAMES_ALL entry must be a portname, port directory can be overridden
|
|
# if needed. Option description is also used as port's COMMENT
|
|
# (use COMMENT= ${${PORTNAME}_DESC} for new ports)
|
|
|
|
KDE4_GAMES_ALL= bomber \
|
|
bovo \
|
|
granatier \
|
|
kajongg \
|
|
kapman \
|
|
katomic \
|
|
kblackbox \
|
|
kblocks \
|
|
kbounce \
|
|
kbreakout \
|
|
kdiamond \
|
|
kfourinline \
|
|
kgoldrunner \
|
|
kigo \
|
|
killbots \
|
|
kiriki \
|
|
kjumpingcube \
|
|
klines \
|
|
klickety \
|
|
kmahjongg \
|
|
kmines \
|
|
knavalbattle \
|
|
knetwalk \
|
|
kolf \
|
|
kollision \
|
|
konquest \
|
|
kpat \
|
|
kreversi \
|
|
kshisen \
|
|
ksirk \
|
|
ksnakeduel \
|
|
kspaceduel \
|
|
ksquares \
|
|
ksudoku \
|
|
ktuberling \
|
|
kubrick \
|
|
lskat \
|
|
palapeli \
|
|
picmi
|
|
|
|
ksnakeduel_DETECT= ${KDE_PREFIX}/bin/ktron
|
|
|
|
bomber_DESC= Arcade Bombing game
|
|
bovo_DESC= Five-in-a-row Board game
|
|
granatier_DESC= Bomberman clone
|
|
kajongg_DESC= Ancient Chinese board game for 4 players
|
|
kapman_DESC= Pac-Man Clone
|
|
katomic_DESC= Sokoban-like Logic game
|
|
kblackbox_DESC= Blackbox Logic game
|
|
kblocks_DESC= Falling Blocks game
|
|
kbounce_DESC= Ball Bouncing game
|
|
kbreakout_DESC= Breakout-like game
|
|
kdiamond_DESC= Three-in-a-row game
|
|
kfourinline_DESC= Four-in-a-row Board game
|
|
kgoldrunner_DESC= Hunt Gold, Dodge Enemies and Solve Puzzles
|
|
kigo_DESC= Go Board game
|
|
killbots_DESC= Evade killer robots
|
|
kiriki_DESC= Yahtzee-like Dice game
|
|
kjumpingcube_DESC= Territory Capture game
|
|
klines_DESC= Tactical game
|
|
klickety_DESC= Tetris themed solitaire
|
|
kmahjongg_DESC= Mahjongg Solitaire
|
|
kmines_DESC= Minesweeper-like game
|
|
knavalbattle_DESC= Ship Sinking game
|
|
knetwalk_DESC= Network Construction game
|
|
kolf_DESC= Miniature Golf
|
|
kollision_DESC= Simple ball dodging game
|
|
konquest_DESC= Galactic Strategy game
|
|
kpat_DESC= Patience Card game
|
|
kreversi_DESC= Reversi Board game
|
|
kshisen_DESC= Shisen-Sho Mahjongg-like Tile game
|
|
ksirk_DESC= World Domination Strategy game
|
|
ksnakeduel_DESC= Snake-like game
|
|
kspaceduel_DESC= Space Arcade game
|
|
ksquares_DESC= Connect the dots to create squares
|
|
ksudoku_DESC= Sudoku game
|
|
ktuberling_DESC= Picture game for Children
|
|
kubrick_DESC= 3-D game based on Rubik's Cube
|
|
lskat_DESC= Card game
|
|
palapeli_DESC= Jigsaw puzzle game
|
|
picmi_DESC= Single player logic-based puzzle game
|