aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xml-parse.el/Makefile
blob: c22db71b3dbf715307cdec71c3456ca8df4848c1 (plain) (blame)
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=   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>