1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
2023-04-25 17:17:15 +02:00

27 lines
670 B
Makefile

PORTNAME= kdegames
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
CATEGORIES= games kde
MAINTAINER= kde@FreeBSD.org
COMMENT= Games for KDE (meta port)
WWW= https://www.kde.org/applications/games/
USES= kde:5 metaport
OPTIONS_DEFINE= ALL ${KDE_GAMES_ALL}
OPTIONS_DEFAULT= ALL
.include "Makefile.common"
.for game in ${KDE_GAMES_ALL}
# _PORT, _DETECT, and _DESC are defined in Makefile.common
${game}_PORT?= games/${game:tl}
${game}_DETECT?= ${KDE_PREFIX}/bin/${game:tl}
${game}_DESC?= Please fix a typo in option name/desc!
${game}_RUN_DEPENDS= ${${game}_DETECT}:${${game}_PORT}
ALL_RUN_DEPENDS+= ${${game}_RUN_DEPENDS}
.endfor
.include <bsd.port.mk>