blob: 9683cfe02ea056078bb03335fcbddf1b9eb7d894 (
plain) (
tree)
|
|
###
### prt-get conf
###
# note: the order matters: the package found first is used
prtdir /usr/ports/core
prtdir /usr/ports/opt
prtdir /usr/ports/contrib
prtdir /usr/ports/c9-ports
prtdir /usr/ports/xorg
# 6c37 team provides a collection with freetype-iu, fontconfig-iu
# and cairo-iu ports.
# the following line enables the multilib compat-32 collection
#prtdir /usr/ports/compat-32
# the following line enables the user maintained contrib collection
# prtdir /usr/ports/6c37-dropin
# prtdir /usr/ports/6c37
### use mypackage form local directory
# prtdir /home/packages/build:mypackage
### log options:
writelog enabled # (enabled|disabled)
logmode overwrite # (append|overwrite)
rmlog_on_success yes # (no|yes)
logfile /usr/ports/pkgbuild/%n-%v-%r.log
# path, %p=path to port dir, %n=port name
# %v=version, %r=release
### use alternate cache file (default: /var/lib/pkg/prt-get.cache
# cachefile /mnt/nfs/cache
### print README information:
readme verbose # (verbose|compact|disabled)
### prefer higher versions in sysup / diff
preferhigher no # (yes|no)
### use regexp search
# useregex no # (yes|no)
### run pre- and post-installs scripts; yes is equivalent to the
### --install-scripts option
runscripts yes # (no|yes)
### EXPERT SECTION ###
### alternative commands
makecommand sudo -H -u pkgmk fakeroot pkgmk
addcommand sudo pkgadd
removecommand sudo pkgrm
runscriptcommand sudo sh
|