mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
21 lines
553 B
Makefile
21 lines
553 B
Makefile
# $NetBSD: options.mk,v 1.5 2008/08/23 23:58:29 tonnerre Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.rt
|
|
PKG_OPTIONS_REQUIRED_GROUPS= backend frontend
|
|
PKG_OPTIONS_GROUP.backend= mysql oracle pgsql sqlite
|
|
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
|
|
PKG_GROUPS_VARS+= RT_GROUP
|