aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-ntfs/Makefile
diff options
context:
space:
mode:
authorJulien Laffaye <jlaffaye@FreeBSD.org>2011-07-10 16:29:38 +0000
committerJulien Laffaye <jlaffaye@FreeBSD.org>2011-07-10 16:29:38 +0000
commita5b68f24f9a5537c9e9814147d61d6f50b624686 (patch)
treeef7253e254ae47287f11eabd67235c5736d776c2 /sysutils/fusefs-ntfs/Makefile
parentbb9a68d25df258bb23b51e9ff581a7f0d06152c4 (diff)
Notes
Diffstat (limited to 'sysutils/fusefs-ntfs/Makefile')
-rw-r--r--sysutils/fusefs-ntfs/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile
index 85b9b421fdee..f1911487ad39 100644
--- a/sysutils/fusefs-ntfs/Makefile
+++ b/sysutils/fusefs-ntfs/Makefile
@@ -5,11 +5,11 @@
#
PORTNAME= ntfs
-PORTVERSION= 2010.10.2
+PORTVERSION= 2011.4.12
CATEGORIES= sysutils
MASTER_SITES= http://tuxera.com/opensource/
PKGNAMEPREFIX= fusefs-
-DISTNAME= ${PORTNAME}-3g-${PORTVERSION}
+DISTNAME= ${PORTNAME}-3g_ntfsprogs-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
@@ -25,8 +25,8 @@ USE_AUTOTOOLS= libtool
USE_ICONV= yes
CONFIGURE_ARGS= --exec-prefix=${PREFIX} --disable-mount-helper \
--disable-mtab --with-fuse=external
-CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/include/ntfs-3g/ -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS=-I${WRKSRC}/include/ntfs-3g/ -I${LOCALBASE}/include
+CONFIGURE_ENV="LDFLAGS=-L${LOCALBASE}/lib"
OPTIONS= LOCK "Lock the device when mounting (avoids access)" on \
UBLIO "Enable user space cache for improved speed" on
@@ -34,7 +34,10 @@ OPTIONS= LOCK "Lock the device when mounting (avoids access)" on \
SUB_FILES= pkg-message
DOCSDIR= ${PREFIX}/share/doc/ntfs-3g
-MAN8= ntfs-3g.8 ntfs-3g.probe.8 ntfs-3g.secaudit.8 ntfs-3g.usermap.8
+MAN8= mkntfs.8 ntfs-3g.8 ntfs-3g.probe.8 \
+ ntfs-3g.secaudit.8 ntfs-3g.usermap.8 ntfscat.8 ntfsclone.8 \
+ ntfscluster.8 ntfscmp.8 ntfscp.8 ntfsfix.8 ntfsinfo.8 \
+ ntfslabel.8 ntfsls.8 ntfsprogs.8 ntfsresize.8 ntfsundelete.8
.include <bsd.port.pre.mk>