1b481b766e
to be written out as XML. PR: ports/78610 Submitted by: Dryice Liu <dryice@liu.com.cn>
33 lines
704 B
Makefile
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>
|