mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
f84592e8a3
commit
9ea90b6c45
1 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue