aboutsummaryrefslogtreecommitdiff
path: root/template.conf.sample
blob: f28b5e52b4752c7d82be93cb7301fd9f7f8c19c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# 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