Update games/hexalate to version 1.1.6
[dports.git] / games / kdegames / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       kdegames
4 DISTVERSION=    ${KDE_APPLICATIONS_VERSION}
5 CATEGORIES=     games kde
6
7 MAINTAINER=     kde@FreeBSD.org
8 COMMENT=        Games for KDE (meta port)
9
10 USES=           kde:5 metaport
11
12 OPTIONS_DEFINE= ALL ${KDE_GAMES_ALL}
13 OPTIONS_DEFAULT=        ALL
14
15 .include "Makefile.common"
16
17 .for game in ${KDE_GAMES_ALL}
18 # _PORT, _DETECT, and _DESC are defined in Makefile.common
19 ${game}_PORT?=          games/${game:tl}
20 ${game}_DETECT?=        ${KDE_PREFIX}/bin/${game:tl}
21 ${game}_DESC?=          Please fix a typo in option name/desc!
22 ${game}_RUN_DEPENDS=    ${${game}_DETECT}:${${game}_PORT}
23 ALL_RUN_DEPENDS+=       ${${game}_RUN_DEPENDS}
24 .endfor
25
26 .include <bsd.port.mk>