mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
2929eba575
to set it after bsd.port.mk is pulled in
26 lines
555 B
Makefile
26 lines
555 B
Makefile
COMMENT = library and tools to access FAT file systems
|
|
|
|
VERSION = 20260208
|
|
BASENAME = libfsfat
|
|
DISTNAME = ${BASENAME}-experimental-${VERSION}
|
|
PKGNAME = ${DISTNAME:S/-experimental//}
|
|
|
|
SHARED_LIBS += fsfat 0.0 # 1.0
|
|
|
|
WANTLIB += bfio c crypto fuse iconv intl m pthread util ssl
|
|
WANTLIB += ${MODPY_WANTLIB}
|
|
|
|
MODULES = lang/python
|
|
|
|
CONFIGURE_ARGS += --enable-python \
|
|
AWK=/usr/bin/awk
|
|
|
|
LIB_DEPENDS += devel/libbfio
|
|
|
|
TEST_DEPENDS += shells/bash
|
|
|
|
pre-test:
|
|
sed -i s,#!/bin/bash,#!/${LOCALBASE}/bin/bash, ${WRKSRC}/tests/test_*.sh
|
|
|
|
.include <bsd.port.mk>
|