Advertisement
Guest User

Untitled

a guest
Feb 5th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. # Program Name
  2. PBI_PROGNAME="git"
  3.  
  4. # Program Website
  5. # PBI_PROGWEB=""
  6.  
  7. # Program Author / Vendor
  8. PBI_PROGAUTHOR="wxs@FreeBSD.org"
  9.  
  10. # The target port we are building
  11. PBI_MAKEPORT="devel/git"
  12.  
  13. # Enter your custom make options here
  14. # Options that will be put into the make.conf for the build of this port
  15. # Options get inserted into the build's /etc/make.conf file and effect all the ports built for that PBI
  16. PBI_MAKEOPTS="OPTIONS_UNSET_FORCE=X11 DOCS EXAMPLES MAN INFO
  17. git_UNSET=GITWEB GUI HTMLDOCS CVS P4 SVN
  18. git_SET=CONTRIB CURL ETCSHELLS ICONV NLS PERL"
  19.  
  20. # Ports to build before / after
  21.  
  22.  
  23.  
  24. # Exclude List
  25. PBI_EXCLUDELIST="./share/doc ./man ./*/man ./*/*/man ./*/*/*/man ./*/*/*/*/man"
  26.  
  27. # Increment to trigger rebuild of PBI on build servers
  28. PBI_BUILDKEY="01"
  29.  
  30. # This app needs to install as root
  31. PBI_REQUIRESROOT="YES"
  32.  
  33. # Set the priority of this build
  34. PBI_AB_PRIORITY="10"
  35.  
  36. # Set the files we want to exclude from the shared hashdir
  37. # PBI_HASH_EXCLUDES="lib/firefox/firefox"
  38.  
  39. # Do not use system fonts
  40. PBI_USESYSFONTS="NO"
  41.  
  42. # Keep the world around after building in case we need to check on it
  43. PBI_DELETE_BUILD=0
  44.  
  45. export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MAKEOPTS PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_BUILDKEY PBI_REQUIRESROOT PBI_EXCLUDELIST PBI_USESYSFONTS PBI_DELETE_BUILD
  46.  
  47. # Format of this file changed, these don't seem to be used any longer. Still needed?
  48. PBIAUTOPOPULATE="YES" ; export PBIAUTOPOPULATE
  49. PBIAUTOPOPULATE_OTHERPORT="" ; export PBIAUTOPOPULATE_OTHERPORT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement