pkgsrc/sysutils/ntfsprogs/Makefile
kristerw 8df03fad14 Add GCC_REQD+= 2.96 since this pkg uses unnamed/annonymous structures
and unions, which are not supported by gcc 2.95.
2004-10-09 10:29:12 +00:00

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"