diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /sysutils/fusefs-libs | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'sysutils/fusefs-libs')
-rw-r--r-- | sysutils/fusefs-libs/Makefile | 4 | ||||
-rw-r--r-- | sysutils/fusefs-libs/pkg-plist | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile index 600a7be5fdfc..70bb696c3d3c 100644 --- a/sysutils/fusefs-libs/Makefile +++ b/sysutils/fusefs-libs/Makefile @@ -6,6 +6,7 @@ PORTNAME= fusefs PORTVERSION= 2.5.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fuse @@ -15,10 +16,9 @@ DISTNAME= fuse-${PORTVERSION} MAINTAINER= amistry@am-productions.biz COMMENT= FUSE allows filesystem implementation in userspace -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= MOUNT_FUSE_PATH=${PREFIX}/sbin \ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" -GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-kernel-module --prefix=${PREFIX} \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig diff --git a/sysutils/fusefs-libs/pkg-plist b/sysutils/fusefs-libs/pkg-plist index dbaaae9a7bf6..e2597eb572a2 100644 --- a/sysutils/fusefs-libs/pkg-plist +++ b/sysutils/fusefs-libs/pkg-plist @@ -6,9 +6,10 @@ include/fuse/fuse_lowlevel_compat.h include/fuse/fuse_opt.h include/fuse/fuse_kernel.h include/fuse.h -lib/libfuse.so.2 -lib/libfuse.so lib/libfuse.a +lib/libfuse.la +lib/libfuse.so +lib/libfuse.so.2 libdata/pkgconfig/fuse.pc @dirrm include/fuse %%PORTDOCS%%%%DOCSDIR%%/libs/how-fuse-works |