# This is a sample configuration file for a porteur template. To configure a template # `mytemplate` create a file `⟨etc⟩/porteur/tmpl/mytemplate/.config` and put the # configuration values in there. # The Makefile target that will be executed to prepare the source tree before creating the # distribution. This target should execute what needs to be executed to deterministically # build the port's source (e.g. vendoring). It needs to be defined in the port's Makefile # within the template. When executing this target, porteur sets WRKSRC to the Git repository # of the port. # If no such target is defined, the preparation step will be skipped. dist-prepare-target = prepare-dist