Changeset 43029 for trunk/dports


Ignore:
Timestamp:
Dec 3, 2008, 9:30:44 PM (15 years ago)
Author:
jeremyhu@…
Message:

xpm: Version bump and build universal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/xpm/Portfile

    r42454 r43029  
    44
    55name            xpm
    6 version         3.4k
     6version         3.5.7
     7categories      x11 devel graphics
     8maintainers     jeremyhu
    79description     The X Pixmap Library
     10homepage        http://www.x.org
     11platforms       darwin macosx
     12long_description XPM (X PixMap) is a format for storing/retrieving X pixmaps to/from files.  It is used by a large number of common X applications and has become something of a de-facto standard.
     13master_sites     ${homepage}/pub/individual/lib/
    814
    9 long_description XPM (X PixMap) is a format for storing/retrieving X pixmaps to/from files.  It is used by a large number of common X applications and has become something of a de-facto standard.
     15distname        libXpm-${version}
     16checksums           md5     cd15ee542d9f515538b4462a6f79d977 \
     17                    sha1    215208091051530867efae0a4c1cedb7385d5f0e \
     18                    rmd160  6bd355cb5f011b271b177d86db7f9a4e9d885ed3
     19use_bzip2       yes
     20use_parallel_build      yes
    1021
    11 maintainers     nomaintainer
    12 categories      x11 graphics
    13 platforms       darwin
    14 master_sites    freebsd \
    15                 xcontrib:libraries
    16 checksums       md5 dd7c6df259912646671ab8cbd3fcafd7
    17 depends_build   bin:xmkmf:imake
    18 use_xmkmf       yes
     22depends_build   port:pkgconfig \
     23                port:xorg-xproto
    1924
    20 destroot.target-append install.man
     25depends_lib     lib:libX11:xorg-libX11
    2126
    22 destroot.destdir-append \
    23         BINDIR=${prefix}/bin \
    24         MANDIR=${prefix}/share/man
     27# Panther and Tiger actually require the newer libX11 to build, so
     28# force them to pull it in.  We should revert this to ALWAYS force
     29# this to pull in port:xorg-libX11 once we convert other ports to use
     30# lib:libXrender:xrender instead of port:xrender
    2531
     32platform darwin 7 {
     33    depends_lib-delete          lib:libX11:xorg-libX11
     34    depends_lib-append          port:xorg-libX11
     35}
     36
     37platform darwin 8 {
     38    depends_lib-delete          lib:libX11:xorg-libX11
     39    depends_lib-append          port:xorg-libX11
     40}
     41
     42livecheck.check regex
     43livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
     44livecheck.regex libXpm-(\\d+(?:\\.\\d+)*)
Note: See TracChangeset for help on using the changeset viewer.