aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xml-parse.el/Makefile
blob: 17e16a388df0558eba5b5bb259585bf0c6457d87 (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
26
# 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= dryice@dryice.name
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>