On Dec 12, 2008, at 02:41, [email protected] wrote:

Revision: 43599
          http://trac.macports.org/changeset/43599
Author:   [email protected]
Date:     2008-12-12 00:41:32 -0800 (Fri, 12 Dec 2008)
Log Message:
-----------
emiclock: parallel build, not universal, install to correct prefix, use FreeBSD mirror for master site since upstream 404s.

If your change causes this port to install files to different locations than before, then you need to increase its revision so anyone who had it installed already gets forced to rebuild it.


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

Modified: trunk/dports/x11/emiclock/Portfile
===================================================================
--- trunk/dports/x11/emiclock/Portfile 2008-12-12 08:29:07 UTC (rev 43598) +++ trunk/dports/x11/emiclock/Portfile 2008-12-12 08:41:32 UTC (rev 43599)
@@ -12,8 +12,31 @@
     display the menu.
 homepage         http://www.noge.com/
 platforms        darwin
-master_sites     ftp://ftp.noge.com/pub/EmiClock/X11/
+master_sites     ftp://ftp.eenet.ee/pub/FreeBSD/distfiles/
 checksums        md5 8815b24b928afe4601b8d6ff4c8fc9af
 use_xmkmf        yes
+
+use_parallel_build yes
+universal_variant no
+
 depends_build bin:xmkmf:imake
-destroot.destdir DESTDIR=${destroot} BINDIR=${prefix}/bin
+
+depends_lib \
+       lib:libSM.6:xorg-libsm \
+       lib:libXaw.7:xorg-libXaw \
+       lib:libXmu.6:xorg-libXmu \
+       lib:libXp.6:xorg-libXp \
+       lib:libXpm.4:xpm
+
+build.target-append DESTDIR=${destroot} \
+                    BINDIR=${prefix}/bin \
+                    LIBDIR=${prefix}/lib \
+                    MANDIR=${prefix}/share/man \
+                    CONFDIR=${prefix}/lib/X11
+
+destroot.destdir DESTDIR=${destroot} \
+                 BINDIR=${prefix}/bin \
+                 LIBDIR=${prefix}/lib \
+                 MANDIR=${prefix}/share/man \
+                 CONFDIR=${prefix}/lib/X11
+



_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to