diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-16 21:03:41 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-16 21:03:41 +0000 |
commit | bdd0831f276974476e636fc5c1997afae7ae057a (patch) | |
tree | 31e3f37300a90ed7691856e70c75b8adce311410 /editors/emacs24/Makefile | |
parent | 0469cdc89f778dfde724079f899b25162c193c27 (diff) | |
download | pkgsrc-bdd0831f276974476e636fc5c1997afae7ae057a.tar.gz |
Add emacs24 package, based on wip/emacs-rc.
Diffstat (limited to 'editors/emacs24/Makefile')
-rw-r--r-- | editors/emacs24/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/emacs24/Makefile b/editors/emacs24/Makefile new file mode 100644 index 00000000000..cb59f1a582b --- /dev/null +++ b/editors/emacs24/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2012/06/16 21:03:41 dholland Exp $ + +CONFLICTS+= emacs-nox11-[0-9]* + +.include "../../editors/emacs24/Makefile.common" + +.include "options.mk" + +SUBST_CLASSES+= prefix +SUBST_STAGE.prefix= pre-configure +SUBST_VARS.prefix= PREFIX +SUBST_FILES.prefix= src/s/netbsd.h + +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" |