blob: e8ed4f86d21a2bc38e51149136cffcfbedee8eae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.2 2004/10/09 10:29:12 kristerw Exp $
#
DISTNAME= ntfsprogs-1.9.4
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linux-ntfs/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://linux-ntfs.sourceforge.net/
COMMENT= Linux-NTFS project utilities for the Windows NT Filesystem (ntfs)
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
CONFIGURE_ARGS+=--enable-debug
# 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 "../../mk/bsd.pkg.mk"
|