diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-31 21:42:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-31 21:42:04 +0000 |
commit | 4e65176c05988bd6e4c6857706032997c7e4bdb4 (patch) | |
tree | d18b5d0da5039895914050c49dd4a7669b723fa1 /emulators/wine/options.mk | |
parent | 931f84c0ee8f232b0de1b662f8df750cec7ff39e (diff) | |
download | pkgsrc-4e65176c05988bd6e4c6857706032997c7e4bdb4.tar.gz |
Convert to options framework.
Diffstat (limited to 'emulators/wine/options.mk')
-rw-r--r-- | emulators/wine/options.mk | 10 |
1 files changed, 10 insertions, 0 deletions
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 |