summaryrefslogtreecommitdiff
path: root/filesystems/fuse-ntfs-3g/Makefile
blob: f260f7c6891948424d223b4ebf78c7be60d69937 (plain)
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
# $NetBSD: Makefile,v 1.5 2007/08/15 13:53:57 xtraeme Exp $
#

DISTNAME=	ntfs-3g-1.810
PKGNAME=	fuse-${DISTNAME}
CATEGORIES=	filesystems
MASTER_SITES=	http://www.ntfs-3g.org/
EXTRACT_SUFX=	.tgz

MAINTAINER=	xtraeme@NetBSD.org
HOMEPAGE=	http://www.ntfs-3g.org/
COMMENT=	NTFS driver for Linux/FreeBSD/NetBSD with read and write support

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_TOOLS+=	autoconf gmake pkg-config

CONFIGURE_ARGS+=	--exec-prefix=${PREFIX}

pre-configure:
	cd ${WRKSRC} && autoconf

.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"