#!/bin/bash # PBI Building template # Copyright 2007 PC-BSD Software ############################################################################## # Program Name PROGNAME="OpenOffice-i18n" # Program Website PROGWEB="http://www.openoffice.org" # Program Author PROGAUTHOR="The OpenOffice Team" # Default Icon (Relative to overlay-dir) PROGICON="share/icons/directory_logo.png" # Port we want to build PBIPORT="/usr/ports/editors/openoffice.org-2" # Set to "Auto or NONE" to have the PBI creator auto-populate libs or not PROGLIBS="Auto" # PBI Update URL set to "" or the http:// URL of update checker PBIUPDATE="http://update.pbidir.com" # Other Ports we need built (One per line) OTHERPORT="" # Enter your custom make options here MAKEOPTS="WITH_CUPS=yes WITHOUT_GNOMEVFS= yes WITHOUT_MOZILLA= yes WITH_KDE=yes LOCALIZED_LANG=alllangs" #LOCALIZED_LANG=all # Option to include all the extra langs # Build Key - Change this to anything else to trigger a rebuild # - The rebuild will take place even if port is still the same ver BUILDKEY="23" # If this port has a non-standard port version variable in Makefile, then # list the key here such as "OOOVERSION=" VERKEY="OOOVERSION=" # Set this to YES to mark a port / module as broken #PORTBROKE="YES" ; export PORTBROKE # Don't build this PBI on certian processors (i386 / amd64) ARCHIGNORE="amd64" ; export ARCHIGNORE export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY VERKEY