Changeset 4589 for trunk/dports


Ignore:
Timestamp:
Jan 12, 2004, 12:35:09 AM (20 years ago)
Author:
blb
Message:

Submitted by: olegb@
Reviewed by:
Approved by:
Obtained from:
Port: Xft2
Version: 2.1.2

Add Ole's env update for pkg-config to use DP's and the system's pkgconfig
database; a couple neatness fixes.

File:
1 edited

Legend:

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

    r3752 r4589  
    1 # $Id: Portfile,v 1.5 2003/10/22 15:13:38 fkr Exp $
     1# $Id: Portfile,v 1.6 2004/01/12 00:35:09 blb Exp $
    22
    3 PortSystem      1.0
    4 name            Xft2
    5 version         2.1.2
    6 revision        2
    7 categories      x11
    8 maintainers     blb@pobox.com
    9 description     X FreeType library
     3PortSystem              1.0
     4name                    Xft2
     5version                 2.1.2
     6revision                2
     7categories              x11
     8maintainers             blb@pobox.com
     9description             X FreeType library
    1010
    11 long_description        \
    12 Xft is a library that connects X applications with the FreeType font \
    13 rasterization library. Xft uses fontconfig to locate fonts so it has no \
    14 configuration files.
     11long_description \
     12        Xft is a library that connects X applications with the FreeType font \
     13        rasterization library. Xft uses fontconfig to locate fonts so it has no \
     14        configuration files.
    1515
    16 homepage        http://fontconfig.org/
     16homepage                http://fontconfig.org/
    1717
    18 master_sites    http://x2.freedesktop.org/~fontconfig/release/ \
    19                 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
     18master_sites    http://x2.freedesktop.org/~fontconfig/release/ \
     19                                ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
    2020
    21 platforms       darwin
    22 distname        xft-${version}
    23 checksums       md5 defb7e801d4938b8b15a426ae57e2f3f
     21platforms               darwin
     22distname                xft-${version}
     23checksums               md5 defb7e801d4938b8b15a426ae57e2f3f
    2424
    2525# The patch is a kludge, as it appears ltmain (to become libtool when
    2626# configured) expects EGREP and max_cmd_len to be defined by configure;
    2727# this does so for them, but is hardcoded for max_cmd_len
    28 patchfiles      patch-configure
     28patchfiles              patch-configure
    2929
    30 depends_lib     lib:libfontconfig.1:fontconfig lib:libX11.6:XFree86
     30depends_lib             lib:libfontconfig.1:fontconfig lib:libX11.6:XFree86
    3131
    3232depends_build   bin:pkg-config:pkgconfig bin:freetype-config:freetype \
    33                 path:${prefix}/include/X11/extenstions/Xrender.h:xrender
     33                                path:${prefix}/include/X11/extenstions/Xrender.h:xrender
    3434
    3535# Order is important, as we need the Xrender.h file from the xrender port
    3636# instead of the default from X11R6
    3737configure.env   CPPFLAGS="-I${prefix}/include -I${x11prefix}/include" \
    38                 LDFLAGS="-L${prefix}/lib -L${x11prefix}/lib"
     38                                LDFLAGS="-L${prefix}/lib -L${x11prefix}/lib" \
     39                                PKG_CONFIG_PATH="${prefix}/lib/pkgconfig:/usr/X11R6/lib/pkgconfig"
    3940configure.args  --disable-static --mandir=${prefix}/share/man
     41
Note: See TracChangeset for help on using the changeset viewer.