[72627] trunk/dports/editors/sigil/Portfile
michaelld at macports.org
michaelld at macports.org
Thu Oct 21 05:56:12 PDT 2010
Revision: 72627
http://trac.macports.org/changeset/72627
Author: michaelld at macports.org
Date: 2010-10-21 05:56:08 -0700 (Thu, 21 Oct 2010)
Log Message:
-----------
Changes to use qt4 portgroup.
Modified Paths:
--------------
trunk/dports/editors/sigil/Portfile
Modified: trunk/dports/editors/sigil/Portfile
===================================================================
--- trunk/dports/editors/sigil/Portfile 2010-10-21 12:55:36 UTC (rev 72626)
+++ trunk/dports/editors/sigil/Portfile 2010-10-21 12:56:08 UTC (rev 72627)
@@ -3,10 +3,11 @@
# vim: set fileencoding=utf-8 tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab filetype=tcl :
PortSystem 1.0
+PortGroup qt4 1.0
name sigil
version 0.1.9
-revision 1
+revision 2
platforms darwin
categories editors
maintainers macports.org:krischik
@@ -27,15 +28,12 @@
sha1 3e7266d0d6577da3ad808acc09833ef378d860d7 \
rmd160 38654c326299e69a8def0c6fecdbdfb89116e891
-depends_build bin:cmake:cmake \
+depends_build-append bin:cmake:cmake \
bin:gmake:gmake
-depends_lib port:qt4-mac
-configure.env PATH="${prefix}/libexec/qt4-mac/bin:$env(PATH)"
configure.cmd "cmake"
configure.args "-G \"Unix Makefiles\" ${workpath}/Sigil-${version}-Code"
-build.env PATH="${prefix}/libexec/qt4-mac/bin:$env(PATH)"
build.cmd "gmake"
build.args ""
build.target "Sigil"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101021/8f76e3fb/attachment.html>
More information about the macports-changes
mailing list