23 lines
676 B
Text
23 lines
676 B
Text
# $NetBSD: Makefile.common,v 1.3 2016/03/01 20:16:33 joerg Exp $
|
|
# used by filesystems/fuse-ntfs-3g/Makefile
|
|
# used by sysutils/ntfsprogs/Makefile
|
|
|
|
DISTNAME= ntfs-3g_ntfsprogs-2015.3.14
|
|
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
|
|
|
|
CPPFLAGS.NetBSD+= -D_KERNTYPES
|