[42585] trunk/dports/multimedia/ming/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Nov 25 00:49:37 PST 2008


Revision: 42585
          http://trac.macports.org/changeset/42585
Author:   ryandesign at macports.org
Date:     2008-11-25 00:49:37 -0800 (Tue, 25 Nov 2008)
Log Message:
-----------
ming:

 * update to 0.4.2 (a.k.a. 0.4.0-rc2)
 * add dependencies
 * enable parallel build
 * install documentation

Modified Paths:
--------------
    trunk/dports/multimedia/ming/Portfile

Modified: trunk/dports/multimedia/ming/Portfile
===================================================================
--- trunk/dports/multimedia/ming/Portfile	2008-11-25 08:33:48 UTC (rev 42584)
+++ trunk/dports/multimedia/ming/Portfile	2008-11-25 08:49:37 UTC (rev 42585)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name	ming
-version	0.4.0.beta5
+version		0.4.2
 revision	0
 categories	graphics
 platforms	darwin
@@ -15,9 +15,32 @@
 homepage	http://www.libming.org/
 master_sites	sourceforge
 use_bzip2	yes
-checksums	md5 f969f90dc91f17b1655e564f03b12a3b
-post-patch 	{
-	system "cd ${worksrcpath} && chmod +x config/install-sh"
+
+checksums	md5     41f091dee0384a432aa05aca1ec7699b \
+		sha1    5e9ac6607ae6f03c2957f7c27b7c593c8b2f625d \
+		rmd160  84386bcece2b77658f66bce64906f9484cdcd247
+
+depends_lib	port:giflib \
+		port:libpng \
+		port:zlib \
+		port:freetype
+
+use_parallel_build	yes
+
+post-destroot {
+	set docdir ${destroot}${prefix}/share/doc/${name}-${version}
+	xinstall -d ${docdir}
+	xinstall -m 644 -W ${worksrcpath} \
+		AUTHORS \
+		COPYING \
+		ChangeLog \
+		HISTORY \
+		LICENSE \
+		LICENSE_GPL2 \
+		NEWS \
+		README \
+		TODO \
+		${docdir}
 }
 
 # You can build ming as a php, perl and python module
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081125/aa86e408/attachment.html>


More information about the macports-changes mailing list