xref: /mports/games/libggz/bsd.ggz.mk
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2# common settings
3
4GGZ_VERSION=	0.0.14.1
5
6MASTER_SITES=	\
7	http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \
8	http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
9MASTER_SITE_SUBDIR=	${PORTVERSION}
10DIST_SUBDIR=	ggz
11
12# components section
13
14_USE_GGZ_ALL=	core client
15
16core_LIB_DEPENDS=	libggz.so:${PORTSDIR}/games/libggz
17
18client_LIB_DEPENDS=	libggzcore.so:${PORTSDIR}/games/ggz-client-libs
19
20.for component in ${USE_GGZ}
21LIB_DEPENDS+=	${${component}_LIB_DEPENDS}
22. endfor
23
24.for component in ${USE_GGZ}
25. if ${_USE_GGZ_ALL:M${component}}==""
26IGNORE=	cannot install: Unknown component ${component}
27. endif
28.endfor
29

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026