From 4e65176c05988bd6e4c6857706032997c7e4bdb4 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 31 May 2005 21:42:04 +0000 Subject: Convert to options framework. --- emulators/wine/options.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 emulators/wine/options.mk (limited to 'emulators/wine/options.mk') diff --git a/emulators/wine/options.mk b/emulators/wine/options.mk new file mode 100644 index 00000000000..6f5a34fc7db --- /dev/null +++ b/emulators/wine/options.mk @@ -0,0 +1,10 @@ +# $NetBSD: options.mk,v 1.1 2005/05/31 21:42:04 wiz Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.wine +PKG_SUPPORTED_OPTIONS= cups + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Mcups) +.include "../../print/cups/buildlink3.mk" +.endif -- cgit v1.2.3