pkgsrc/www/emacs-w3m/options.mk
uebayasi 7730cb9c78 Buildlink3'ify & make mew support optionalize. Refactor code and PLIST a
lot.  Big changes but no functional change should be made.

Good bye long standing build order problem!
2007-10-29 13:11:11 +00:00

13 lines
326 B
Makefile

# $NetBSD: options.mk,v 1.1 2007/10/29 13:11:11 uebayasi Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.emacs-w3m
PKG_SUPPORTED_OPTIONS= emacs-w3m-mew
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Memacs-w3m-mew)
.include "../../mail/mew/buildlink3.mk"
PLIST_SUBST+= FOR_mew=
.else
PLIST_SUBST+= FOR_mew="@comment "
.endif