blob: 46fc441eb88319ecaa693dd4a6268fd84b775e75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile.common,v 1.1 2014/05/19 12:22:06 adam Exp $
# used by filesystems/fuse-ntfs-3g/Makefile
# used by sysutils/ntfsprogs/Makefile
DISTNAME= ntfs-3g_ntfsprogs-2014.2.15
CATEGORIES= sysutils
MASTER_SITES= http://tuxera.com/opensource/
EXTRACT_SUFX= .tgz
MAINTAINER?= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tuxera.com/community/ntfs-3g-download/
LICENSE= gnu-gpl-v2
DISTINFO_FILE= ${.CURDIR}/../../filesystems/libntfs/distinfo
PATCHDIR= ${.CURDIR}/../../filesystems/libntfs/patches
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-posix-acls
CONFIGURE_ARGS+= --enable-xattr-mappings
|