# Created by: Dryice Liu # $FreeBSD: head/textproc/xml-parse.el/Makefile 384819 2015-04-27 10:29:27Z ashish $ PORTNAME= xml-parse.el PORTVERSION= 1.5 PORTREVISION= 6 CATEGORIES= textproc elisp MASTER_SITES= http://dryice.name/computer/FreeBSD/distfiles/ \ http://sacha.free.net.ph/notebook/emacs/ \ http://ports.toco-domains.de/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} DISTNAME= ${PORTNAME} EXTRACT_SUFX= EXTRACT_ONLY= MAINTAINER= ports@toco-domains.de COMMENT= Code to efficiently read/write XML data with Elisp USE_EMACS= yes NO_BUILD= yes do-install: ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR} .include