head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.05.58.52;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2004.03.31.21.41.10;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2004.03.28.05.22.34;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2004.03.11.21.05.44;	author vs;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	lua-mode.el
# Date created:				4 March 2004
# Whom:					Josh Elsasser <jre@@vineyard.net>
#
# $FreeBSD: head/lang/lua-mode.el/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	lua-mode.el
PORTVERSION=	1.26
PORTREVISION=	1
CATEGORIES=	lang elisp
MASTER_SITES=	http://lua-users.org/files/wiki_insecure/editors/
DISTNAME=	lua-mode.el
EXTRACT_SUFX=	# empty
EXTRACT_ONLY=	# empty

MAINTAINER=	jre@@vineyard.net
COMMENT=	Emacs/XEmacs major mode for editing Lua scripts

NO_BUILD=	yes
NO_WRKSUBDIR=	yes

EMACSLISPDIR=	${PREFIX}/share/emacs/site-lisp
XEMACSLISPDIR=	${PREFIX}/lib/xemacs/site-lisp

PLIST_FILES=	share/emacs/site-lisp/lua-mode.el lib/xemacs/site-lisp/lua-mode.el
PLIST_DIRS=	lib/xemacs/site-lisp lib/xemacs

do-install:
	${MKDIR} ${EMACSLISPDIR}
	${MKDIR} ${XEMACSLISPDIR}
	${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${EMACSLISPDIR}/lua-mode.el
	${LN} -sf ${EMACSLISPDIR}/lua-mode.el ${XEMACSLISPDIR}

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.3
log
@- Chase new distfile (this port is unversioned). Unbreak. Changes are:
  Added support for Lua 5
  Additional font-lock and highlighting tweaks

  Full diff is at http://people.freebsd.org/~pav/lua-mode.el.diff

PR:		ports/65001
Submitted by:	Andrey Slusar <vasallia@@ukr.net>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@BROKEN: Unfetchable (looks like a SIZE mismatch)
@
text
@d10 1
a18 2

BROKEN=		"Unfetchable (incorrect SIZE)"
@


1.1
log
@New Port: lang/lua-mode.el

Emacs/XEmacs major mode for editing Lua scripts.

PR:		ports/63770
Submitted by:	John Elsasser
Approved by:	linimon (mentor)
@
text
@d19 2
@

