2007-04-07 17:49:51 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
# common settings
|
|
|
|
|
2008-03-14 07:45:55 +01:00
|
|
|
GGZ_VERSION= 0.0.14.1
|
2007-04-07 17:49:51 +02:00
|
|
|
|
|
|
|
MASTER_SITES= \
|
|
|
|
http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \
|
|
|
|
http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
|
|
|
DIST_SUBDIR= ggz
|
|
|
|
|
|
|
|
# components section
|
|
|
|
|
|
|
|
_USE_GGZ_ALL= core client
|
|
|
|
|
2014-02-13 14:52:14 +01:00
|
|
|
core_LIB_DEPENDS= libggz.so:${PORTSDIR}/games/libggz
|
2007-04-07 17:49:51 +02:00
|
|
|
|
2014-02-13 14:52:14 +01:00
|
|
|
client_LIB_DEPENDS= libggzcore.so:${PORTSDIR}/games/ggz-client-libs
|
2007-04-07 17:49:51 +02:00
|
|
|
|
|
|
|
.for component in ${USE_GGZ}
|
|
|
|
LIB_DEPENDS+= ${${component}_LIB_DEPENDS}
|
|
|
|
. endfor
|
|
|
|
|
|
|
|
.for component in ${USE_GGZ}
|
|
|
|
. if ${_USE_GGZ_ALL:M${component}}==""
|
|
|
|
IGNORE= cannot install: Unknown component ${component}
|
|
|
|
. endif
|
|
|
|
.endfor
|