[49367] trunk/dports/devel/strigi/Portfile

illogic-al at macports.org illogic-al at macports.org
Wed Apr 8 04:56:05 PDT 2009


Revision: 49367
          http://trac.macports.org/changeset/49367
Author:   illogic-al at macports.org
Date:     2009-04-08 04:56:05 -0700 (Wed, 08 Apr 2009)
Log Message:
-----------
Move over to cmake portgroup.

Modified Paths:
--------------
    trunk/dports/devel/strigi/Portfile

Modified: trunk/dports/devel/strigi/Portfile
===================================================================
--- trunk/dports/devel/strigi/Portfile	2009-04-08 11:52:47 UTC (rev 49366)
+++ trunk/dports/devel/strigi/Portfile	2009-04-08 11:56:05 UTC (rev 49367)
@@ -1,6 +1,7 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem  1.0
+PortGroup   cmake 1.0
 
 name		strigi
 version		0.6.3
@@ -16,7 +17,6 @@
 patchfiles      strigi-fix-check-gcc-visibility-macro-ccache.patch
 patch.pre_args  -p1
 
-depends_build	port:cmake
 depends_lib     port:bzip2 \
                 port:clucene \
                 port:dbus \
@@ -31,11 +31,6 @@
 # build, so for now this is an in-source build. That does, however, simplify
 # things because the build and destroot phases can be left at the default
 # values.
-# Let's try to use as much as possible and just override the
-# configure.cmd and configure.pre_args (setting the prefix)
-configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix} \
-                    -DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/qmake
-configure.cmd   cmake
 
 post-destroot	{
 		xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090408/f1a3b8c2/attachment.html>


More information about the macports-changes mailing list