aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wimlib/Makefile
blob: 61cb7d8dde40c4458546f7a868aae786a4d5e624 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	wimlib
PORTVERSION=	1.13.0
PORTREVISION=	1
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>