64530763b1
* fix: big-endian problems exposed by the NTFS-3G Test Suite. * fix: free space calculation may was wrong for >1 TB volumes. * fix: some faulty Thunderbird versions caused system log flooding. * fix: uClibc and uClinux improvements. * fix: logging improvements. * fix: many other minor fixes.
22 lines
556 B
Makefile
22 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.8 2007/10/30 01:28:05 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= ntfs-3g-1.1030
|
|
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+= gmake pkg-config
|
|
|
|
CONFIGURE_ARGS+= --exec-prefix=${PREFIX}
|
|
|
|
.include "../../mk/fuse.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|