mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
107b408c31
Or, mark ports that fail to build as BROKEN. https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
27 lines
609 B
Makefile
27 lines
609 B
Makefile
# Created by: Dryice Liu <dryice@liu.com.cn>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xml-parse.el
|
|
PORTVERSION= 1.5
|
|
PORTREVISION= 9
|
|
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_PKGNAMESUFFIX}
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX=
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Code to efficiently read/write XML data with Elisp
|
|
|
|
USES= emacs
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
|
|
|
|
.include <bsd.port.mk>
|