1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/sysutils/wimlib/Makefile
Luca Pizzamiglio 43476427b9 sysutils/wimlib: Update to 1.13.0
PR:		233605
Submitted by:	mail_of_sergey@mail.ru (maintainer)
2018-11-28 17:13:55 +00:00

30 lines
607 B
Makefile

# $FreeBSD$
PORTNAME= wimlib
PORTVERSION= 1.13.0
CATEGORIES= sysutils
MASTER_SITES= https://wimlib.net/downloads/
MAINTAINER= mail_of_sergey@mail.ru
COMMENT= Manipulate Windows Imaging (WIM) archives
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING.GPLv3
USES= gmake gnome fuse libtool pkgconfig
USE_GNOME= libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
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:sysutils/fusefs-ntfs
.include <bsd.port.mk>