freebsd-ports/sysutils/fusefs-ntfs/Makefile
Max Khon 4299976817 According to author the driver works on 64-bit architectures (mostly amd64)
and on big-endian architectures too but is not officially supported there
due to lack of hardware.

Reflect this in COMMENT and enable the driver on amd64.
2006-12-06 04:29:58 +00:00

37 lines
958 B
Makefile

# New ports collection makefile for: fusefs-ntfs
# Date created: 25 July 2006
# Whom: Max Khon
# $FreeBSD$
#
PORTNAME= ntfs
PORTVERSION= 20061115.BETA
CATEGORIES= sysutils
MASTER_SITES= http://www.ntfs-3g.org/
MASTER_SITE_SUBDIR= fuse
PKGNAMEPREFIX= fusefs-
DISTNAME= ${PORTNAME}-3g-0.${PORTVERSION:S,.,-,}
EXTRACT_SUFX= .tgz
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Mount NTFS partitions and disk images
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
BUILD_DEPENDS= fusefs-libs>=2.6.0:${PORTSDIR}/sysutils/fusefs-libs
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
ONLY_FOR_ARCHS= i386 amd64
INSTALLS_SHLIB= yes
post-patch:
@${CP} ${FILESDIR}/unix_io_raw.c ${WRKSRC}/libntfs-3g
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
IGNORE= depends on kernel module that requires FreeBSD 6 or later
.endif
.include <bsd.port.post.mk>