From cfcba05110e97c0b694de26f6177aa913756cdb2 Mon Sep 17 00:00:00 2001 From: Yoichi NAKAYAMA Date: Mon, 18 Feb 2002 08:42:36 +0000 Subject: Add xml-lite.el, provides a simple indentation engine for XML. PR: ports/35067 Submitted by: Kimura Fuyuki --- textproc/xml-lite.el/Makefile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 textproc/xml-lite.el/Makefile (limited to 'textproc/xml-lite.el/Makefile') diff --git a/textproc/xml-lite.el/Makefile b/textproc/xml-lite.el/Makefile new file mode 100644 index 000000000000..441c1d048450 --- /dev/null +++ b/textproc/xml-lite.el/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: xml-lite.el +# Date created: 18 February 2002 +# Whom: Kimura Fuyuki +# +# $FreeBSD$ +# + +PORTNAME= xml-lite.el +PORTVERSION= 1.24 +CATEGORIES= textproc elisp +MASTER_SITES= http://members.ozemail.com.au/~mdub/software/ +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= fuyuki@mj.0038.net + +EMACS_PORT_NAME?= emacs21 +EMACS_NO_BUILD_DEPENDS= YES + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +LISPDIR= ${EMACS_VERSION_SITE_LISPDIR} + +do-install: + ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/${LISPDIR} + +post-install: + @${CAT} ${PKGMESSAGE} + +.include -- cgit v1.2.3