mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
20 lines
383 B
Makefile
20 lines
383 B
Makefile
PORTNAME= libcdb
|
|
PORTVERSION= g2020082801
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Constant database library
|
|
|
|
USES= compiler:c11 gmake libtool:build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rmind
|
|
GH_TAGNAME= a187cec
|
|
WRKSRC_SUBDIR= src
|
|
USE_LDCONFIG= yes
|
|
MAKE_ENV= DESTDIR=${STAGEDIR}${PREFIX} \
|
|
INCDIR=${LOCALBASE}/include \
|
|
LIBDIR=${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|