mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
12 lines
270 B
Makefile
12 lines
270 B
Makefile
# $NetBSD: options.mk,v 1.1 2010/01/27 10:24:08 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.comix
|
|
PKG_SUPPORTED_OPTIONS= gnome
|
|
PKG_SUGGESTED_OPTIONS= gnome
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mgnome)
|
|
.include "../../devel/GConf/buildlink3.mk"
|
|
.endif
|