1 | # $Id$ |
---|
2 | PortSystem 1.0 |
---|
3 | name kile |
---|
4 | version 2.0.1 |
---|
5 | categories tex |
---|
6 | maintainers zweistein12@gmx.de |
---|
7 | description KDE Integrated LaTeX Environment |
---|
8 | long_description Kile is a user friendly TeX/LaTeX editor for the KDE desktop \ |
---|
9 | environment. KDE is available for many architectures such as \ |
---|
10 | PC, PowerPC (Mac for example) and SPARC. |
---|
11 | homepage http://kile.sourceforge.net/ |
---|
12 | platforms darwin |
---|
13 | master_sites sourceforge |
---|
14 | checksums md5 1d18762b6c62fb58123b1a89bdd39fb1 |
---|
15 | depends_lib port:kdelibs3 |
---|
16 | configure.args --without-arts --with-qt-libraries=/opt/local/lib/ |
---|
17 | use_bzip2 yes |
---|
18 | patchfiles patch-src-kile-syntax-Makefile.in |
---|
19 | |
---|
20 | platform darwin 9 { |
---|
21 | # http://developer.apple.com/qa/qa2007/qa1567.html |
---|
22 | configure.ldflags-append -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib |
---|
23 | } |
---|
24 | |
---|