blob: 0a209b3b61ba686b1b649ac45b4b6f4da2743c72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: options.mk,v 1.1 2010/11/19 08:29:30 mrg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.kdeutils
PKG_SUPPORTED_OPTIONS= cups
PKG_SUGGESTED_OPTIONS= cups
.include "../../mk/bsd.options.mk"
PLIST_VARS+= cups
.if !empty(PKG_OPTIONS:Mcups)
.include "../../print/py-cups/buildlink3.mk"
PLIST.cups= yes
.endif
|