freebsd-ports/textproc/xml-parse.el/Makefile
Pav Lucistnik 1b481b766e Read XML data into Lisp structures, and allow those same List structures
to be written out as XML.

PR:		ports/78610
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2005-03-11 19:21:47 +00:00

33 lines
704 B
Makefile

# New ports collection makefile for: xml-parse.el
# Date created: March 09 2005
# Whom: Dryice Liu <dryice@liu.com.cn>
#
# $FreeBSD$
#
PORTNAME= xml-parse.el
PORTVERSION= 1.5
CATEGORIES= textproc elisp
MASTER_SITES= http://www.newartisans.com/johnw/Emacs/ \
http://bsdchat.com/dist/dryice/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= ${PORTNAME}
EXTRACT_SUFX=
EXTRACT_ONLY=
MAINTAINER= dryice@liu.com.cn
COMMENT= Code to efficiently read/write XML data with Elisp
EMACS_PORT_NAME?= emacs21
.if ${EMACS_PORT_NAME} != "emacs21"
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
.endif
NO_BUILD= yes
do-install:
${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/${EMACS_SITE_LISPDIR}
.include <bsd.port.mk>