mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
462382aadd
OK tb@ sthen@
22 lines
387 B
Makefile
22 lines
387 B
Makefile
COMMENT= simple API to read and write INI-style configuration files
|
|
|
|
CATEGORIES= textproc
|
|
|
|
GH_ACCOUNT= brofield
|
|
GH_PROJECT= simpleini
|
|
GH_TAGNAME= v4.25
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# needs -std=c++14
|
|
COMPILER= base-clang ports-gcc
|
|
|
|
MODULES= devel/cmake
|
|
|
|
# otherwise it uses cmake DOWNLOAD
|
|
CONFIGURE_ARGS= -DSIMPLEINI_USE_SYSTEM_GTEST=On
|
|
BUILD_DEPENDS= devel/gtest
|
|
|
|
.include <bsd.port.mk>
|