Add buildlink3.mk to follow recent emacs meta-pkg packaging.
This commit is contained in:
parent
b94f6a61ab
commit
fae6716e16
1 changed files with 15 additions and 0 deletions
15
emacs-current/buildlink3.mk
Normal file
15
emacs-current/buildlink3.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2013/05/07 12:04:59 makoto Exp $
|
||||
|
||||
BUILDLINK_TREE+= emacs
|
||||
|
||||
.if !defined(EMACS_BUILDLINK3_MK)
|
||||
EMACS_BUILDLINK3_MK:=
|
||||
|
||||
.include "../../editors/emacs/modules.mk"
|
||||
BUILDLINK_API_DEPENDS.emacs+= ${_EMACS_REQD}
|
||||
BUILDLINK_PKGSRCDIR.emacs?= ${_EMACS_PKGDIR}
|
||||
|
||||
BUILDLINK_CONTENTS_FILTER.emacs= ${EGREP} '.*\.el$$|.*\.elc$$'
|
||||
.endif # EMACS_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -emacs
|
Loading…
Reference in a new issue