diff --git a/devel/robin-map/Makefile b/devel/robin-map/Makefile index a448996b89e0..f758a1214a7b 100644 --- a/devel/robin-map/Makefile +++ b/devel/robin-map/Makefile @@ -1,27 +1,30 @@ PORTNAME= robin-map DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= FreeBSD@Shaneware.biz COMMENT= Fast hash map and hash set WWW= https://github.com/Tessil/robin-map LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake USE_GITHUB= yes GH_ACCOUNT= Tessil NO_ARCH= yes NO_BUILD= yes PLIST_FILES= include/tsl/robin_growth_policy.h \ include/tsl/robin_hash.h \ include/tsl/robin_map.h \ - include/tsl/robin_set.h - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/include/tsl - ${INSTALL_DATA} ${WRKSRC}/include/tsl/* ${STAGEDIR}${PREFIX}/include/tsl/ + include/tsl/robin_set.h \ + share/cmake/tsl-robin-map/tsl-robin-mapConfig.cmake \ + share/cmake/tsl-robin-map/tsl-robin-mapConfigVersion.cmake \ + share/cmake/tsl-robin-map/tsl-robin-mapTargets.cmake .include