convert to PLIST_VARS (emacs-w3m-current)
------ By the way, currently, following changes are necessary on CVS Repository to enable this package, wl-current: (a) update editors/emacs/modules.mk (add emacs23) ... adding wip/emacs-current/modules.mk doesn't work, for apel/flim/semi reference editors/emacs version. (b) update misc/bbdb (emacs23, emacs/modules.mk) . (c) add wip/emacs-current/versions.mk (d) add wip/emacs-current/buildlink.mk ------
This commit is contained in:
parent
75cc21c199
commit
fe7f14941d
2 changed files with 10 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/18 02:11:41 makoto Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2008/11/24 02:11:24 makoto Exp $
|
||||
info/wl-ja.info
|
||||
info/wl.info
|
||||
share/doc/wl/en/BUGS
|
||||
|
@ -60,6 +60,8 @@ share/emacs/site-lisp/wl/elmo-search.el
|
|||
share/emacs/site-lisp/wl/elmo-search.elc
|
||||
share/emacs/site-lisp/wl/elmo-sendlog.el
|
||||
share/emacs/site-lisp/wl/elmo-sendlog.elc
|
||||
${PLIST.emacs-w3m-current}${EMACS_LISPPREFIX}/wl/elmo-shimbun.el
|
||||
${PLIST.emacs-w3m-current}${EMACS_LISPPREFIX}/wl/elmo-shimbun.elc
|
||||
share/emacs/site-lisp/wl/elmo-signal.el
|
||||
share/emacs/site-lisp/wl/elmo-signal.elc
|
||||
share/emacs/site-lisp/wl/elmo-spam.el
|
||||
|
@ -229,6 +231,7 @@ share/wl/wl-message-play-content-up.xpm
|
|||
share/wl/wl-message-prev-content-up.xpm
|
||||
share/wl/wl-message-quit-up.xpm
|
||||
share/wl/wl-message-read-up.xpm
|
||||
${PLIST.emacs-w3m-current}share/wl/shimbun.xpm
|
||||
share/wl/wl-stable-logo.img
|
||||
share/wl/wl-stable-logo.xbm
|
||||
share/wl/wl-stable-logo.xpm
|
||||
|
@ -251,3 +254,4 @@ share/wl/wl-summary-set-flags-up.xpm
|
|||
share/wl/wl-summary-sync-force-update-up.xpm
|
||||
share/wl/wl-write-current-folder-up.xpm
|
||||
@dirrm share/wl
|
||||
@comment $NetBSD: PLIST,v 1.2 2008/11/24 02:11:24 makoto Exp $
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# $NetBSD: options.mk,v 1.2 2008/11/18 08:12:29 makoto Exp $
|
||||
# $NetBSD: options.mk,v 1.3 2008/11/24 02:11:24 makoto Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.wl
|
||||
PKG_SUPPORTED_OPTIONS= emacs-w3m emacs-w3m-current
|
||||
PKG_SUPPORTED_OPTIONS= emacs-w3m-current
|
||||
# note: emacs-w3m is not supported by wip/emacs-current
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
PLIST_VARS+= emacs-w3m-current
|
||||
|
||||
.if !empty(PKG_OPTIONS:Memacs-w3m-current)
|
||||
.include "../../www/emacs-w3m/buildlink3.mk"
|
||||
.include "../../wip/emacs-w3m-current/buildlink3.mk"
|
||||
PLIST_VARS+= emacs-w3m-current
|
||||
PLIST.emacs-w3m-current= yes
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue