Files
ports/sysutils/libyal/libcreg/Makefile
T
sthen 2929eba575 MODULES needs to be in subdir Makefiles to work properly, it's too late
to set it after bsd.port.mk is pulled in
2026-05-12 16:24:03 +00:00

25 lines
542 B
Makefile

COMMENT = library to access the Windows 9x/Me registry files
VERSION = 20240419
BASENAME = libcreg
DISTNAME = ${BASENAME}-experimental-${VERSION}
PKGNAME = ${DISTNAME:S/-experimental//}
SHARED_LIBS += creg 0.0 # 1.0
WANTLIB = ${MODPY_WANTLIB}
WANTLIB += c fuse iconv intl m pthread util
MODULES = lang/python
CONFIGURE_ARGS += --prefix='${PREFIX}' \
--mandir=${PREFIX}/man \
--enable-python \
--with-pythondir=${MODPY_SITEPKG} \
AWK=/usr/bin/awk \
MKDIR_P='/bin/mkdir -p'
NO_TEST = Yes
.include <bsd.port.mk>