[54907] trunk/dports/tex
snc at macports.org
snc at macports.org
Tue Aug 4 04:39:34 PDT 2009
Revision: 54907
http://trac.macports.org/changeset/54907
Author: snc at macports.org
Date: 2009-08-04 04:39:33 -0700 (Tue, 04 Aug 2009)
Log Message:
-----------
created kile-devel, ticket #20079
Added Paths:
-----------
trunk/dports/tex/kile-devel/
trunk/dports/tex/kile-devel/Portfile
Added: trunk/dports/tex/kile-devel/Portfile
===================================================================
--- trunk/dports/tex/kile-devel/Portfile (rev 0)
+++ trunk/dports/tex/kile-devel/Portfile 2009-08-04 11:39:33 UTC (rev 54907)
@@ -0,0 +1,44 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name kile-devel
+version 2.1b1
+categories tex
+maintainers users.sourceforge.net:nicos_pavlov
+
+description KDE Integrated LaTeX Environment
+long_description Kile is a user friendly TeX/LaTeX editor for the KDE \
+ desktop environment. KDE is available for many \
+ architectures such as PC, PowerPC (Mac for example) and \
+ SPARC.
+
+homepage http://kile.sourceforge.net/
+platforms darwin
+master_sites sourceforge:kile
+distname kile-${version}
+checksums md5 9e181c43e8b07e5ed26ab13b716bfc6d
+
+use_bzip2 yes
+
+depends_build port:cmake \
+ port:automoc
+
+depends_lib port:kdelibs4 \
+ port:kdegraphics4
+
+configure.pre_args "-DCMAKE_INSTALL_PREFIX=/opt/local -DQT_QMAKE_EXECUTABLE=/opt/local/bin/qmake-mac"
+configure.args "-DCMAKE_INCLUDE_PATH=/opt/local/include -DCMAKE_LIBRARY_PATH=/opt/local/lib"
+configure.cmd "${prefix}/bin/cmake"
+
+post-destroot {
+ xinstall -d ${destroot}${applications_dir}
+ copy "${destroot}${prefix}/bin/kile.app" ${destroot}${applications_dir}
+ file attributes ${destroot}${prefix}/share/apps/kile -permissions ugo+w
+}
+
+variant debug description {Add debug support} {
+ configure.args-append "-DCMAKE_BUILD_TYPE=\"Debug\" "
+}
+
Property changes on: trunk/dports/tex/kile-devel/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090804/a43295da/attachment-0001.html>
More information about the macports-changes
mailing list