[21513] trunk/dports/lang/4th/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 26 06:05:28 PST 2007


Revision: 21513
          http://trac.macosforge.org/projects/macports/changeset/21513
Author:   mww at macports.org
Date:     2007-01-26 06:05:28 -0800 (Fri, 26 Jan 2007)

Log Message:
-----------
version 3.5a2

Modified Paths:
--------------
    trunk/dports/lang/4th/Portfile

Modified: trunk/dports/lang/4th/Portfile
===================================================================
--- trunk/dports/lang/4th/Portfile	2007-01-26 14:02:28 UTC (rev 21512)
+++ trunk/dports/lang/4th/Portfile	2007-01-26 14:05:28 UTC (rev 21513)
@@ -3,10 +3,10 @@
 PortSystem 1.0
 
 name			4th
-version			34e
+version			3.5a2
 categories		lang
 platforms		darwin
-maintainers		mww at opendarwin.org
+maintainers		mww at macports.org
 description		very small Forth compiler
 long_description	4tH is a very small Forth compiler that can create \
 					bytecode, C-embeddable bytecode, standalone executables, \
@@ -16,19 +16,22 @@
 					declarations, recursion, include files, etc.
 
 homepage		http://www.xs4all.nl/~thebeez/4tH/foldtree.html
-#master_sites	http://www.xs4all.nl/~thebeez/4tH/
-master_sites	opendarwin
-checksums		md5 a9d8157d09709b35298b73208873045a
+master_sites	http://www.xs4all.nl/~thebeez/4tH/
+distname		${distname}-unix
+checksums		sha1 468ea25409e323bdfe99fda456f3884dece52fcb
 
-worksrcdir		${name}-${version}/sources
+worksrcdir		${name}-3.5a
 
 use_configure	no
 
-build.dir		${workpath}/c/4th.lib
+build.dir		${worksrcpath}/sources
 build.args		-f Makefile.OSX
 
-destroot	{
-	xinstall -m 755 ${build.dir}/4th ${destroot}${prefix}/bin
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	file copy ${workpath}/4th ${destroot}${prefix}/share/doc/${name}/examples
+destroot.dir	${build.dir}
+destroot.destdir	LIBRARIES=${destroot}${prefix}/lib BINARIES=${destroot}${prefix}/bin
+post-destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc
+	file copy ${worksrcpath}/documentation ${destroot}${prefix}/share/doc/${name}
+	file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}/
 }
+

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


More information about the macports-changes mailing list