Skip to content

Commit

Permalink
textproc/rapidxml: update WWW, add LICENSE_FILE, split install target
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Oct 10, 2023
1 parent 54458a0 commit b9d59e2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions textproc/rapidxml/Makefile
Expand Up @@ -5,9 +5,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}

MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Fast C++ library for parsing XML
WWW= http://rapidxml.sourceforge.net/
WWW= https://rapidxml.sourceforge.net/

LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/license.txt

USES= zip
NO_BUILD= yes
Expand All @@ -21,7 +22,9 @@ OPTIONS_DEFINE= DOCS

do-install:
${INSTALL_DATA} ${WRKSRC}/*.hpp ${STAGEDIR}${PREFIX}/include
${MKDIR} ${STAGEDIR}${DOCSDIR}

do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/manual.html ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>

0 comments on commit b9d59e2

Please sign in to comment.