2006-02-24 13:34:16 +00:00
|
|
|
###
|
|
|
|
### prt-get conf
|
|
|
|
###
|
|
|
|
|
|
|
|
# note: the order matters: the package found first is used
|
|
|
|
prtdir /usr/ports/core
|
|
|
|
prtdir /usr/ports/opt
|
2007-01-04 20:21:42 +01:00
|
|
|
prtdir /usr/ports/xorg
|
2006-03-26 19:08:38 +00:00
|
|
|
|
2012-11-22 13:42:00 -06:00
|
|
|
# the following line enables the multilib compat-32 collection
|
2012-12-23 00:25:10 -06:00
|
|
|
#prtdir /usr/ports/compat-32
|
2012-11-22 13:42:00 -06:00
|
|
|
|
2006-03-29 08:32:45 +00:00
|
|
|
# the following line enables the user maintained contrib collection
|
2006-03-26 19:08:38 +00:00
|
|
|
#prtdir /usr/ports/contrib
|
2006-02-24 13:34:16 +00:00
|
|
|
|
|
|
|
### use mypackage form local directory
|
|
|
|
# prtdir /home/packages/build:mypackage
|
|
|
|
|
|
|
|
### log options:
|
|
|
|
# writelog enabled # (enabled|disabled)
|
|
|
|
# logmode overwrite # (append|overwrite)
|
2006-04-12 20:09:05 +00:00
|
|
|
# rmlog_on_success yes # (no|yes)
|
2006-02-24 13:34:16 +00:00
|
|
|
logfile /var/log/pkgbuild/%n.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 no # (no|yes)
|
|
|
|
|
|
|
|
|
|
|
|
### EXPERT SECTION ###
|
|
|
|
|
|
|
|
### alternative commands
|
|
|
|
# makecommand pkgmk
|
|
|
|
# addcommand pkgadd
|
|
|
|
# removecommand pkgrm
|
|
|
|
# runscriptcommand sh
|