mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
Changelogs: 1.13.1: https://github.com/ebiggers/wimlib/compare/v1.13.0...v1.13.1 1.13.2: https://wimlib.net/forums/viewtopic.php?t=530 1.13.3: https://wimlib.net/forums/viewtopic.php?t=543 1.13.4: https://wimlib.net/forums/viewtopic.php?t=554 1.13.5: https://wimlib.net/forums/viewtopic.php?t=570 1.13.6: https://wimlib.net/forums/viewtopic.php?t=612 1.14.0: https://wimlib.net/forums/viewtopic.php?t=658 1.14.1: https://wimlib.net/forums/viewtopic.php?t=662 1.14.2: https://wimlib.net/forums/viewtopic.php?t=675 1.14.3: https://wimlib.net/forums/viewtopic.php?t=681 1.14.4: https://wimlib.net/forums/viewtopic.php?t=737 Improve port: - PORTVERSION → DISTVERSION; - remove GNU_CONFIGURE_MANPREFIX; - remove unnecessary dependencies from libxml2 ad fuse; - pet portclippy; - add INSTALL_TARGET=install-strip. PR: 284111
28 lines
629 B
Makefile
28 lines
629 B
Makefile
PORTNAME= wimlib
|
|
DISTVERSION= 1.14.4
|
|
CATEGORIES= filesystems sysutils
|
|
MASTER_SITES= https://wimlib.net/downloads/
|
|
|
|
MAINTAINER= mail_of_sergey@mail.ru
|
|
COMMENT= Manipulate Windows Imaging (WIM) archives
|
|
WWW= https://wimlib.net/
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.GPLv3
|
|
|
|
USES= gmake libtool pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= NTFS
|
|
OPTIONS_DEFAULT= NTFS
|
|
|
|
NTFS_DESC= Build with libntfs-3g for NTFS support (recommended)
|
|
|
|
NTFS_LIB_DEPENDS= libntfs-3g.so:filesystems/ntfs
|
|
NTFS_CONFIGURE_WITH= ntfs-3g
|
|
|
|
.include <bsd.port.mk>
|