mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
25 lines
656 B
Makefile
25 lines
656 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/03/30 23:58:19 jakllsch Exp $
|
|
|
|
DISTNAME= ntfsprogs-2.0.0
|
|
PKGREVISION= 2
|
|
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"
|