pkgsrc/mail/wl-snapshot/options.mk
minskim 6b458b1ae8 Import wl-2.15.6.20090322 as mail/wl-snapshot.
This is the development version of mail/wl.
2009-08-05 22:23:57 +00:00

14 lines
314 B
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2009/08/05 22:23:57 minskim Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wl
PKG_SUPPORTED_OPTIONS= w3m
PKG_SUGGESTED_OPTIONS= w3m
.include "../../mk/bsd.options.mk"
PLIST_VARS+= w3m
.if !empty(PKG_OPTIONS:Mw3m)
.include "../../www/emacs-w3m-snapshot/buildlink3.mk"
PLIST.w3m= yes
.endif