8df03fad14
and unions, which are not supported by gcc 2.95.
24 lines
613 B
Makefile
24 lines
613 B
Makefile
# $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"
|