d44739e0de
architectures: cc1: error: unrecognized command line option "-Wno-unknown-warning-option" cc1: error: unrecognized command line option "-Wsuggest-attribute=noreturn" cc1: error: unrecognized command line option "-Wjump-misses-init" cc1: error: unrecognized command line option "-std=c11" Approved by: portmgr (tier-2 blanket)
26 lines
507 B
Makefile
26 lines
507 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libthmap
|
|
PORTVERSION= g2019052401
|
|
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= 0f1cbfc
|
|
WRKSRC_SUBDIR= src
|
|
USE_LDCONFIG= yes
|
|
MAKE_ENV= DESTDIR=${STAGEDIR}${PREFIX} \
|
|
INCDIR=${LOCALBASE}/include \
|
|
LIBDIR=${LOCALBASE}/lib \
|
|
MANDIR=${LOCALBASE}/man
|
|
|
|
.include <bsd.port.mk>
|