diff options
Diffstat (limited to 'filesystems/wimlib/Makefile')
-rw-r--r-- | filesystems/wimlib/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/filesystems/wimlib/Makefile b/filesystems/wimlib/Makefile new file mode 100644 index 000000000000..8f5fa210b35d --- /dev/null +++ b/filesystems/wimlib/Makefile @@ -0,0 +1,30 @@ +PORTNAME= wimlib +PORTVERSION= 1.13.0 +PORTREVISION= 3 +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 gnome fuse libtool pkgconfig +USE_GNOME= libxml2 +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +CONFIGURE_ARGS= --disable-static + +OPTIONS_DEFINE= NTFS +OPTIONS_DEFAULT= NTFS + +NTFS_DESC= Build with libntfs-3g for NTFS support (recommended) + +NTFS_CONFIGURE_WITH= ntfs-3g +NTFS_LIB_DEPENDS= libntfs-3g.so:filesystems/ntfs + +.include <bsd.port.mk> |