d67f205365
packages. o Drop the frontend- and backend- options names and replace them with simpler ones, now that we have the PKG_OPTIONS_GROUP mechanism it's much more easier. o Brick me for not having done that earlier.
20 lines
531 B
Makefile
20 lines
531 B
Makefile
# $NetBSD: options.mk,v 1.1 2005/09/08 13:43:05 cube Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.rt
|
|
PKG_OPTIONS_REQUIRED_GROUPS= backend frontend
|
|
PKG_OPTIONS_GROUP.backend= mysql pgsql
|
|
PKG_OPTIONS_GROUP.frontend= modperl1 modperl2 \
|
|
fastcgi
|
|
PKG_SUGGESTED_OPTIONS= mysql fastcgi
|
|
|
|
PKG_OPTIONS_LEGACY_OPTS= backend-mysql:mysql backend-pgsql:pgsql \
|
|
frontend-modperl1:modperl1 \
|
|
frontend-modperl2:modperl2 \
|
|
frontend-fastcgi:fastcgi
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
# Other options
|
|
|
|
RT_GROUP?= rt
|
|
BUILD_DEFS+= RT_GROUP
|