[37544] trunk/dports/devel/libsdl_gfx

mww at macports.org mww at macports.org
Thu Jun 12 06:15:37 PDT 2008


Revision: 37544
          http://trac.macosforge.org/projects/macports/changeset/37544
Author:   mww at macports.org
Date:     2008-06-12 06:15:36 -0700 (Thu, 12 Jun 2008)

Log Message:
-----------
version 2.0.17

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

Removed Paths:
-------------
    trunk/dports/devel/libsdl_gfx/files/

Modified: trunk/dports/devel/libsdl_gfx/Portfile
===================================================================
--- trunk/dports/devel/libsdl_gfx/Portfile	2008-06-12 13:05:44 UTC (rev 37543)
+++ trunk/dports/devel/libsdl_gfx/Portfile	2008-06-12 13:15:36 UTC (rev 37544)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			libsdl_gfx
-version			2.0.16
+version			2.0.17
 categories		devel graphics
 platforms		macosx
 maintainers		mww
@@ -22,23 +22,16 @@
 homepage		http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/
 master_sites	${homepage}
 distname		SDL_gfx-${version}
-checksums		${distname}${extract.suffix} sha1 c0277d25daf4b680876ef04a893f64e90d9ce03d
+checksums		sha1 7be52033ca8f014ee7761f6f298feac8336bfa5a
 
+depends_build		port:libtool
 depends_lib		port:libsdl port:libiconv
 
 configure.args	--disable-mmx \
 				--disable-sdltest
+build.args		LIBTOOL=glibtool
 
-post-build {
-	# create dylib
-	system "cd ${worksrcpath} && \
-		LDFLAGS=\"-L${prefix}/lib -lSDL\" \
-		/bin/sh ${filespath}/create-dylib.sh .libs/libSDL_gfx.a 1.0.0 ${prefix}/lib"
-}
-
 post-destroot	{
-	xinstall -m 755 -W ${worksrcpath} libSDL_gfx.1.0.0.dylib libSDL_gfx.dylib \
-		${destroot}${prefix}/lib
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
 	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
 		LICENSE NEWS README ${destroot}${prefix}/share/doc/${name}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080612/2ae79666/attachment.htm 


More information about the macports-changes mailing list