#!/bin/bash # PBI Building template # Copyright 2007 PC-BSD Software ############################################################################## # Program Name PROGNAME="Pidgin" # Program Website PROGWEB="http://www.pidgin.im/" # Program Author PROGAUTHOR="The Pidgin Team" # Default Icon (Relative to overlay-dir) PROGICON="pidgin.png" # Port we want to build PBIPORT="/usr/ports/net-im/libpurple" # 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="/usr/ports/net-im/pidgin" # Enter your custom make options here MAKEOPTS="PREFIX=/Programs/Pidgin" # 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="16" # If this port has a non-standard port version variable in Makefile, then # list the key here such as "OOOVERSION=" VERKEY="" export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY VERKEY