On Mon, Feb 25, 2019 at 06:55:35PM +0100, Sebastian Benoit wrote:
> squashfuse - Mount SquashFS archives using FUSE
> https://github.com/vasi/squashfuse/blob/master/README
> 
> I dont know if i got the WANTLIB right.
Various libraries are picked up if present, you can en/disable
explicitly at configure time and check WANTLIB with
`port-lib-depends-check' afterwards.

See bsd.port.mk(5) wrt. the `gen' target, it can replace `pre-configure':

        do-gen:
                cd ${WRKSRC} && env -i ${AUTOCONF_ENV} autoreconf -fi

Reply via email to