#!/bin/bash # PBI Building template # Copyright 2007 PC-BSD Software ############################################################################## # Program Name PROGNAME="ECHOLINUX" # Program Website PROGWEB="http://cqinet.sourceforge.net/" # Program Author PROGAUTHOR="Jeff Pierce. (wd4nmq@earthlink.net)" # Default Icon (Relative to overlay-dir) PROGICON="share/pixmaps/echolinux_48x48.png" # Port we want to build PBIPORT="/usr/ports/comms/echolinux/" # 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="" # 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="03" export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY