24 lines
652 B
Makefile
24 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.10 2012/10/23 19:51:15 asau Exp $
|
|
|
|
DISTNAME= ntfsprogs-2.0.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linux-ntfs/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.linux-ntfs.org/
|
|
COMMENT= Linux-NTFS project utilities for the Windows NT Filesystem
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
# XXX support for this should be possibly integrated with other
|
|
# gnome pkgsrc and this could be a configurable option
|
|
CONFIGURE_ARGS+= --disable-gnome-vfs
|
|
|
|
GCC_REQD+= 2.96
|
|
|
|
.include "../../devel/libuuid/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|