root/pbibuild/modules/bacula-bat/pbi.conf

Revision 2900, 1.7 KB (checked in by silvers, 7 weeks ago)

increase BUILDKEY

Line 
1# Program Name
2# The name of the PBI file being built
3PROGNAME="BaculaBat"
4
5# Program Website
6# Website of the program the module is building
7PROGWEB="http://www.bacula.org"
8
9# Program Author
10# Who created / maintains the program being built
11PROGAUTHOR="Dirk H Bartley & Kern Sibbald"
12
13# Default Icon
14# Relative to overlay-dir, the main icon you want to show up for this PBI
15PROGICON="share/pixmaps/bat.png"
16
17# Port we want to build
18# The port the server will track to determine when it's time for a rebuild
19# Let's track version of bacula-server - bacula-bat doesn't have any version variable itself.
20PBIPORT="/usr/ports/sysutils/bacula-server"
21
22# Set to "Auto or NONE" to have the PBI creator auto-populate libs or not
23# This allows you to also use the autolibs/ directory in your overlay-dir as a location for extra
24# library files
25PROGLIBS="Auto"
26
27# PBI Update URL set to "" or the http:// URL of update checker
28# Leave this as update.pbidir.com normally
29PBIUPDATE="http://update.pbidir.com"
30
31# Other Ports we need built
32# One per line, any additional ports that need to be built for this PBI
33# After building unnecessary bacula-server, let's build bacula-bat too :)
34OTHERPORT="/usr/ports/sysutils/bacula-bat"
35
36# Enter your custom make options here
37# Options that will be put into the make.conf for the build of this port
38MAKEOPTS="WITH_OPENSSL=yes"
39
40# Build Key - Change this to anything else to trigger a rebuild
41#           - The rebuild will take place even if port is still the same ver
42BUILDKEY="1.4"
43
44# If this port has a non-standard port version variable in Makefile, then
45# list the key here such as "OOOVERSION="
46VERKEY=""
47
48export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
Note: See TracBrowser for help on using the browser.