freebsd-ports/sysutils/fusefs-ntfs-compression/Makefile
Alexey Dokuchaev 9ea90b6c45 sysutils/fusefs-ntfs-compression: clean up and take maintainership
- Drop `fuse' from the USES list to avoid dependency on libfuse.so
  and USE_LDCONFIG knob (installed shared object is a plug-in, not
  your usual library to link against)
- Switch to INSTALL_TARGET=install-strip per stage Q/A report
2023-12-16 11:50:52 +00:00

26 lines
603 B
Makefile

PORTNAME= ntfs-compression
DISTVERSIONPREFIX= v
DISTVERSION= 1.0
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-
MAINTAINER= danfe@FreeBSD.org
COMMENT= NTFS-3G plugin for reading XPRESS or LZX compressed files
WWW= https://github.com/ebiggers/ntfs-3g-system-compression
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libntfs-3g.so:sysutils/fusefs-ntfs
USES= autoreconf libtool pkgconfig
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_GITHUB= yes
GH_ACCOUNT= ebiggers
GH_PROJECT= ntfs-3g-system-compression
PLIST_FILES= lib/ntfs-3g/ntfs-plugin-80000017.so
.include <bsd.port.mk>