Den 30. mar. 2015, Greg Troxel <gdt%ir.bbn.com@localhost> skrev:
"ff%freddyfisker.dk@localhost" <ff%freddyfisker.dk@localhost> writes:Thanks for the help about understanding the buildlink3.mk filename.
The Ext4fuse package from https://github.com/gerard/ext4fuse don't
have a buildlink3.mk file like the pkgsrc packages.
I'm not sure this has been clear enough, but we are expecting you to
create a pkgsrc entry for ext4fuse, with a Makefile, DESCR, PLIST and so
on. One of the elements of the Makefile is an include of buildlink3
files to express what the dependencies are. mk/fuse.buildlink3.mk is a
file that ensures that a FUSE implementation exists, either from native
or by depending on FUSE proper, based on platform.
You can probably get a lot of ideas/coda from the fuse-ext2 package.