summaryrefslogtreecommitdiff
path: root/filesystems/fuse
diff options
context:
space:
mode:
authorhans <hans>2012-02-28 15:03:39 +0000
committerhans <hans>2012-02-28 15:03:39 +0000
commita66c33e29c016a6b59583af11d8c2b9fdf6ff629 (patch)
tree5429445f89003405c008afcdf3c14275dea79c88 /filesystems/fuse
parent2f0ebb030df89da8a5fff9cba283528c7da8740b (diff)
downloadpkgsrc-a66c33e29c016a6b59583af11d8c2b9fdf6ff629.tar.gz
Add builtin.mk to support a native fuse where it exists.
Diffstat (limited to 'filesystems/fuse')
-rw-r--r--filesystems/fuse/builtin.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/filesystems/fuse/builtin.mk b/filesystems/fuse/builtin.mk
new file mode 100644
index 00000000000..8fda87ee3f1
--- /dev/null
+++ b/filesystems/fuse/builtin.mk
@@ -0,0 +1,11 @@
+# $NetBSD: builtin.mk,v 1.1 2012/02/28 15:03:39 hans Exp $
+
+BUILTIN_PKG:= fuse
+PKGCONFIG_BASE.fuse= /usr
+PKGCONFIG_FILE.fuse= /usr/lib/pkgconfig/fuse.pc
+.include "../../mk/buildlink3/pkgconfig-builtin.mk"
+
+.if !empty(USE_BUILTIN.fuse:M[yY][eE][sS])
+BUILDLINK_FILES.fuse+= lib/pkgconfig/fuse.pc
+.endif
+