root/pbibuild/modules/commandandconquer-GDI/pbi.conf

Revision 2578, 1.2 kB (checked in by kris, 9 days ago)

Set command-n-conquer to not build right now, only when we manually want to run
one for a new version of Wine

  • 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="Command and Conquer Gold 2"
8
9# Program Website
10PROGWEB="http://westwood.ea.com"
11
12# Program Author
13PROGAUTHOR="Westwood Studios"
14
15# Default Icon (Relative to overlay-dir)
16PROGICON="share/pixmaps/gdi.png"
17
18# Port we want to build
19PBIPORT="/usr/ports/emulators/wine/"
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=""
32
33# Build Key - Change this to anything else to trigger a rebuild
34#           - The rebuild will take place even if port is still the same ver
35BUILDKEY="02"
36
37# Don't build this PBI on certian processors (i386 / amd64)
38ARCHIGNORE="amd64" ; export ARCHIGNORE
39
40# Dont need to rebuild with each wine version, uncomment to force a build
41PORTBROKE="YES" ; export PORTBROKE
42
43export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
Note: See TracBrowser for help on using the browser.