summaryrefslogtreecommitdiff
path: root/textproc/xml-parse.el/Makefile
blob: 0aeaaeb35fba26880eebee7a42d4515b6a41c5e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Dryice Liu <dryice@liu.com.cn>
# $FreeBSD$

PORTNAME=	xml-parse.el
PORTVERSION=	1.5
PORTREVISION=	7
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=	tz@FreeBSD.org
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>