[43028] trunk/dports/x11/vtwm/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Dec 3 13:14:49 PST 2008


Revision: 43028
          http://trac.macports.org/changeset/43028
Author:   jeremyhu at macports.org
Date:     2008-12-03 13:14:48 -0800 (Wed, 03 Dec 2008)
Log Message:
-----------
vtwm: Fixed dependencies, bumped to a version that had an upstream tarball, install to correct prefix.  Maintainer timeout.  Bug #17345

Modified Paths:
--------------
    trunk/dports/x11/vtwm/Portfile

Modified: trunk/dports/x11/vtwm/Portfile
===================================================================
--- trunk/dports/x11/vtwm/Portfile	2008-12-03 21:06:43 UTC (rev 43027)
+++ trunk/dports/x11/vtwm/Portfile	2008-12-03 21:14:48 UTC (rev 43028)
@@ -2,14 +2,30 @@
 
 PortSystem 1.0
 name		vtwm
-version		5.4.6a
+version		5.4.6b
 categories	x11
 maintainers	mdales at mac.com
 description	Twm with a virtual desktop and optional Motif-like features
 platforms	darwin
 master_sites	ftp://ftp.visi.com/users/hawkeyd/X/
-checksums	md5 92ffb32732a8736409b40b261ce94414
-prefix		${x11prefix}
+checksums           md5     e6116c0d7ca973488b39e8964e4153f0 \
+                    sha1    5d983007a5b4b0be6796232efe97527b3af16429 \
+                    rmd160  a72c51ad3a4e80b1d9ba9bdaa7ea3ea8a89aa3d0
 use_xmkmf	yes
 patchfiles	patch-gram.y
 
+depends_build   bin:xmkmf:imake
+
+depends_lib	lib:libX11.6:xorg-libX11
+
+build.target-append DESTDIR=${destroot} \
+                    BINDIR=${prefix}/bin \
+                    LIBDIR=${prefix}/lib \
+                    MANDIR=${prefix}/share/man
+
+destroot.destdir DESTDIR=${destroot} \
+                 BINDIR=${prefix}/bin \
+                 LIBDIR=${prefix}/lib \
+                 MANDIR=${prefix}/share/man
+
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081203/97ca4040/attachment.html>


More information about the macports-changes mailing list