freebsd-ports/textproc/xml-parse.el/Makefile
Ashish SHUKLA 85f56adb6e - Chase GNU Emacs updates
PR:		194624
2014-11-05 13:19:31 +00:00

25 lines
611 B
Makefile

# Created by: Dryice Liu <dryice@liu.com.cn>
# $FreeBSD$
PORTNAME= xml-parse.el
PORTVERSION= 1.5
PORTREVISION= 5
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 <bsd.port.mk>