Multiple Major Modes to coexist in one buffer. It is particularly well-suited to editing embedded code or code that generates other code, such as Mason or Embperl server-side Perl code, or HTML output by CGI scripts. It is written and maintained by Michael Abraham Shulman .
16 lines
451 B
Makefile
16 lines
451 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 09:03:12 airhead Exp $
|
|
|
|
DISTNAME= mmm-mode-0.4.8
|
|
CATEGORIES= textproc editors
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mmm-mode/}
|
|
|
|
MAINTAINER= airhead@users.sourceforge.net
|
|
HOMEPAGE= http://mmm-mode.sourceforge.net/
|
|
COMMENT= Multiple Major Modes for emacs
|
|
|
|
USE_TOOLS+= makeinfo
|
|
GNU_CONFIGURE= yes
|
|
EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox
|
|
|
|
.include "../../mk/emacs.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|