~ubuntu-branches/ubuntu/oneiric/bluefish/oneiric

« back to all changes in this revision

Viewing changes to macosx/config.osxapp

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale)
  • Date: 2010-09-16 23:39:11 UTC
  • mfrom: (1.1.7 upstream) (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100916233911-u5voubigxlr8e8kt
Tags: 2.0.2-1
* New upstream release.
  - Fixes several crashes.
  - Fixes for the GUI.
  - Fixes syntax highlighting.
  - Updates to Russion, Ukrainian and Danish translation.
  ... more at <URL:http://bluefish.openoffice.nl/#bluefish_2_0_2>.
* debian/control (Vcs-Browser): Point to the trunk dir.
  (Standards-Version): Bumped to 3.9.1.
* debian/rules (clean): Remove config.* files to clean diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
prefix=/
 
4
exec_prefix='${prefix}'
 
5
bindir='${prefix}/Contents/MacOS'
 
6
datarootdir='${prefix}/Contents/Resources/share'
 
7
libdir='${prefix}/Contents/Resources/lib'
 
8
mandir='${datarootdir}/man'
 
9
DATADIRNAME=Contents/Resources/share
 
10
with_xml_catalog=no
 
11
with_icon_path='${datarootdir}/pixmaps'
 
12
with_theme_path=no
 
13
with_freedesktop_org_menu=no
 
14
with_freedesktop_org_mime=no
 
15
enable_debugging_output=no
 
16
enable_static=no
 
17
enable_xml_catalog_update=no
 
18
enable_update_databases=no
 
19
enable_maintainer_mode=yes
 
20
enable_nls=no
 
21
LDFLAGS=""
 
22
CFLAGS="-g -Wall -arch i386 -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -O2 -DOSXAPP -DRELPLUGINPATH=\\\"../Resources\\\""
 
23
CPPFLAGS="-g -Wall -O2"