1PORTNAME= utf8cpp 2PORTVERSION= 4.0.5 3DISTVERSIONPREFIX= v 4CATEGORIES= devel 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Simple, portable, lightweight library for handling UTF-8 strings 8WWW= https://github.com/nemtrif/utfcpp 9 10LICENSE= BSL-1.0 11LICENSE_FILE= ${WRKSRC}/LICENSE 12 13NO_ARCH= yes 14NO_BUILD= yes 15 16USE_GITHUB= yes 17GH_ACCOUNT= nemtrif 18GH_PROJECT= utfcpp 19 20CONFLICTS_INSTALL= utf8cpp3 21 22do-install: 23 ${MKDIR} ${PREFIX}/include/utf8cpp/ 24 cd ${WRKSRC}/source/ && ${COPYTREE_SHARE} . ${PREFIX}/include/utf8cpp/ 25 26.include <bsd.port.mk> 27