root/pbibuild/modules/openoffice-en/pbi.conf

Revision 2577, 1.3 KB (checked in by kris, 5 months ago)

Unbreak OO, needs to rebuild for PC-BSD 7

  • Property svn:executable set to *
Line 
1#!/bin/bash
2# PBI Building template
3# Copyright 2007 PC-BSD Software
4##############################################################################
5
6# Program Name
7PROGNAME="OpenOffice-EN"
8
9# Program Website
10PROGWEB="http://www.openoffice.org"
11
12# Program Author
13PROGAUTHOR="The OpenOffice Team"
14
15# Default Icon (Relative to overlay-dir)
16PROGICON="share/icons/directory_logo.png"
17
18# Port we want to build
19PBIPORT="/usr/ports/editors/openoffice.org-2"
20
21# Set to "Auto or NONE" to have the PBI creator auto-populate libs or not
22PROGLIBS="Auto"
23
24# PBI Update URL set to "" or the http:// URL of update checker
25PBIUPDATE="http://update.pbidir.com"
26
27# Other Ports we need built (One per line)
28OTHERPORT=""
29
30# Enter your custom make options here
31MAKEOPTS="WITH_CUPS=yes
32WITHOUT_GNOMEVFS= yes
33WITHOUT_MOZILLA= yes
34WITH_KDE=yes"
35
36#LOCALIZED_LANG=all
37# Option to include all the extra langs
38
39# Build Key - Change this to anything else to trigger a rebuild
40#           - The rebuild will take place even if port is still the same ver
41BUILDKEY="23"
42
43# If this port has a non-standard port version variable in Makefile, then
44# list the key here such as "OOOVERSION="
45VERKEY="OOOVERSION="
46
47# Set this to YES to mark a port / module as broken
48#PORTBROKE="YES" ; export PORTBROKE
49
50
51export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY VERKEY
Note: See TracBrowser for help on using the browser.