1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/libthmap/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
494 B
Makefile

PORTNAME= libthmap
PORTVERSION= g2020082801
CATEGORIES= devel
MAINTAINER= swills@FreeBSD.org
COMMENT= Concurrent trie-hash map library
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/../LICENSE
USES= compiler:c11 gmake libtool:build
USE_GITHUB= yes
GH_ACCOUNT= rmind
GH_PROJECT= thmap
GH_TAGNAME= 8149b27
WRKSRC_SUBDIR= src
USE_LDCONFIG= yes
MAKE_ENV= DESTDIR=${STAGEDIR}${PREFIX} \
INCDIR=${LOCALBASE}/include \
LIBDIR=${LOCALBASE}/lib \
MANDIR=${LOCALBASE}/man
.include <bsd.port.mk>