[19423] trunk/dports/sysutils/pilot-link/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 6 18:04:21 PDT 2006


Revision: 19423
Author:   markd at macports.org
Date:     2006-09-06 18:04:20 -0700 (Wed, 06 Sep 2006)

Log Message:
-----------
Ticket 10142.  Version update to 0.12.0-pre4.

Modified Paths:
--------------
    trunk/dports/sysutils/pilot-link/Portfile

Modified: trunk/dports/sysutils/pilot-link/Portfile
===================================================================
--- trunk/dports/sysutils/pilot-link/Portfile	2006-09-06 22:20:16 UTC (rev 19422)
+++ trunk/dports/sysutils/pilot-link/Portfile	2006-09-07 01:04:20 UTC (rev 19423)
@@ -2,35 +2,34 @@
 
 PortSystem 1.0
 name		pilot-link
-version		0.11.7
-revision	1
-categories	sysutils
-maintainers	darwinports at opendarwin.org
+version		0.12.0-pre4
+categories	sysutils palm
+maintainers	cssdev at mac.com
 description	palm-pilot libraries and tools
 
 platforms	darwin
-homepage	http://pilot-link.org/
-master_sites	http://pilot-link.org/source/
-patchfiles	patch-${name}.darwin
-depends_lib	lib:libiconv:libiconv lib:libreadline:readline
+homepage	http://www.pilot-link.org/
+master_sites	http://www.pilot-link.org/files/
+depends_lib	lib:libiconv:libiconv \
+		lib:libreadline:readline \
+		lib:popt:popt \
+		lib:libpng:libpng
 
-checksums	md5 f51ad0900548a6600de7513cc8f606e6
+use_bzip2	yes
+checksums	md5 67044fe4e998aea803d3e061a67f04b5
 
-patch {
-		foreach patch $patchfiles {
-			system "cd '${workpath}/${distname}' && \
-			sed -e 's#@PREFIX@#${prefix}#g' '${portpath}/${filesdir}/${patch}' | patch -p1"
-		}
+configure.env	CPPFLAGS='-I${prefix}/include' LDFLAGS='-L${prefix}/lib' 
+configure.args	--prefix='${prefix}' \
+		--libexecdir='${prefix}/lib' --mandir='${prefix}/share/man' \
+		--with-libpng='${prefix}' --with-libiconv='${prefix}' \
+		--with-pic --enable-shared --enable-static
+
+post-destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING NEWS README \
+		${destroot}${prefix}/share/doc/${name}
 }
 
-configure.env	CPPFLAGS='-I${prefix}/include -no-cpp-precomp -fno-common' \
-		LIBS='-L${prefix}/lib' DYLD_LIBRARY_PATH='${prefix}/lib' \
-		JAVA_HOME=/Library/Java/Home
-configure.args	--prefix='${prefix}' --with-pic --enable-shared \
-		--enable-static --without-python --libexecdir='${prefix}/lib'
-
-build.env	${configure.env}
-
 platform darwin 8 {
 	configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060906/96072818/attachment.html


More information about the macports-changes mailing list