[43599] trunk/dports/x11/emiclock/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Dec 12 00:41:33 PST 2008


Revision: 43599
          http://trac.macports.org/changeset/43599
Author:   jeremyhu at macports.org
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.

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
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081212/d69ca230/attachment.html>


More information about the macports-changes mailing list