mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
e9c34f4c34
Among changes: - Switch KDE4_PREFIX to ${LOCALBASE} - Remove now needless misc/kde4-shared-mime-info port - Add stage support - Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK - Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Drop support for FreeBSD 7.x - Remove Qt/KDE 3 related workarounds - Remove local patches and use upstream version scheme for libraries - sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4, and x11-clocks/kdetoys4 ports have been split. - devel/kcachegrind is now a part of KDE SC [1] - more logs in area51 repo... New ports: devel/kde-dev-scripts: KDE development scripts devel/kde-dev-utils: KDE development utilities games/klickety: Tetris themed solitaire games/picmi: Single player logic-based puzzle game textproc/libkomparediff2: Library to compare files and strings The area51 repository features commits by Schaich Alonso, avilla, rakuco and myself. PR: ports/186491 Exp-run: by bdrewery Approved by: beat (former maintainer) [1]
86 lines
2.1 KiB
Makefile
86 lines
2.1 KiB
Makefile
# 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= ${KDE4_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
|