freebsd-ports/textproc/xmlcharent/Makefile
Mathieu Arnold 37677d32e3 Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.

PR:		226203
Submitted by:	Sam H
Sponsored by:	Absolight
2018-02-27 13:03:48 +00:00

27 lines
627 B
Makefile

# Created by: Kimura Fuyuki <fuyuki@mj.0038.net>
# $FreeBSD$
PORTNAME= xmlcharent
PORTVERSION= 0.3
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= https://www.oasis-open.org/docbook/${PORTNAME}/${PORTVERSION}/ \
https://library.syr.edu/digital/guides/lavender/
MAINTAINER= hrs@FreeBSD.org
COMMENT= XML character entities
RUN_DEPENDS= xmlcatmgr:textproc/xmlcatmgr
USES= zip
NO_WRKSUBDIR= yes
NO_BUILD= yes
XMLDIR= ${PREFIX}/share/xml/${PORTNAME}
do-install:
${MKDIR} ${STAGEDIR}${XMLDIR}
${INSTALL_DATA} ${WRKSRC}/*.ent \
${FILESDIR}/catalog ${FILESDIR}/catalog.xml ${STAGEDIR}${XMLDIR}
.include <bsd.port.mk>