Skip to content

Commit

Permalink
sysutils/fusefs-ntfs-compression: clean up and take maintainership
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Dec 16, 2023
1 parent f84592e commit 9ea90b6
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions sysutils/fusefs-ntfs-compression/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PORTNAME= ntfs-compression
PORTNAME= ntfs-compression
DISTVERSIONPREFIX= v
DISTVERSION= 1.0
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-
DISTVERSION= 1.0
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-

MAINTAINER= ports@FreeBSD.org
MAINTAINER= danfe@FreeBSD.org
COMMENT= NTFS-3G plugin for reading XPRESS or LZX compressed files
WWW= https://github.com/ebiggers/ntfs-3g-system-compression

Expand All @@ -13,15 +13,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libntfs-3g.so:sysutils/fusefs-ntfs

USES= fuse pkgconfig libtool autoreconf
USES= autoreconf libtool pkgconfig
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

USE_GITHUB= yes
GH_ACCOUNT= ebiggers
GH_PROJECT= ntfs-3g-system-compression

USE_LDCONFIG= yes
GNU_CONFIGURE= yes

PLIST_FILES= lib/ntfs-3g/ntfs-plugin-80000017.so

.include <bsd.port.mk>

0 comments on commit 9ea90b6

Please sign in to comment.