mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
8bed72d21a
Add COMPILER line to use ports-gcc on base-gcc arches Fixes build on sparc64
24 lines
385 B
Makefile
24 lines
385 B
Makefile
COMMENT= simple .INI file parser in C
|
|
|
|
V= 58
|
|
DIST_TUPLE= github benhoyt inih r${V} .
|
|
PKGNAME= libinih-${V}
|
|
|
|
SHARED_LIBS += inih 0.0 # 0
|
|
SHARED_LIBS += INIReader 0.0 # 0
|
|
|
|
CATEGORIES= textproc devel
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# C++
|
|
COMPILER= base-clang ports-gcc
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX}
|
|
|
|
MODULES= devel/meson
|
|
|
|
|
|
.include <bsd.port.mk>
|