aboutsummaryrefslogblamecommitdiff
path: root/games/libggz/bsd.ggz.mk
blob: e6e43d5c5acfec6efb85aeae9a6d2ebec45d0f96 (plain) (tree)
1
2
3
4
5



                 
                        























                                                                   
# $FreeBSD$

# common settings

GGZ_VERSION=	0.0.14.1

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

core_LIB_DEPENDS=	ggz.5:${PORTSDIR}/games/libggz

client_LIB_DEPENDS=	ggzcore.9:${PORTSDIR}/games/ggz-client-libs

.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