freebsd-ports/textproc/xml-parse.el/Makefile
2014-07-02 17:35:20 +00:00

26 lines
577 B
Makefile

# Created by: Dryice Liu <dryice@liu.com.cn>
# $FreeBSD$
PORTNAME= xml-parse.el
PORTVERSION= 1.5
PORTREVISION= 4
CATEGORIES= textproc elisp
MASTER_SITES= http://dryice.name/computer/FreeBSD/distfiles/ \
http://sacha.free.net.ph/notebook/emacs/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= ${PORTNAME}
EXTRACT_SUFX=
EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
COMMENT= Code to efficiently read/write XML data with Elisp
USE_EMACS= yes
NO_BUILD= yes
NO_STAGE= yes
do-install:
${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/${EMACS_SITE_LISPDIR}
.include <bsd.port.mk>