openbsd-ports/sysutils/ntfs-3g/Makefile
sthen 81dc0e581e update to ntfs_3g-20220507
from Yifei Zhan and tests from Josh Grosse and me, plus:
- regen patches
- remove useless lib/ntfs-3g dir for plugins which aren't (for some
reason) built here; previously was created but not included in plist
(maintainer timeout)
2022-06-23 13:47:09 +00:00

37 lines
791 B
Makefile

COMMENT = FUSE NTFS driver with read/write support
V = 2022.5.17
DISTNAME = ntfs-3g_ntfsprogs-${V}
PKGNAME = ntfs_3g-${V}
SHARED_LIBS += ntfs-3g 1.0 # 89.0
CATEGORIES = sysutils
HOMEPAGE = https://www.tuxera.com/community/open-source-ntfs-3g/
MAINTAINER = Paul Irofti <paul@irofti.net>
# GPLv2
PERMIT_PACKAGE = Yes
WANTLIB += c execinfo uuid fuse pthread
MASTER_SITES = https://tuxera.com/opensource/
EXTRACT_SUFX = .tgz
LIB_DEPENDS = sysutils/e2fsprogs
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS = --disable-ldconfig \
--disable-mtab \
--enable-extras \
--enable-mount-helper \
--with-fuse=external
post-install:
rmdir ${PREFIX}/lib/ntfs-3g
.include <bsd.port.mk>