Changeset 1032 for trunk/dports


Ignore:
Timestamp:
Oct 11, 2002, 2:27:02 AM (22 years ago)
Author:
landonf (Landon Fuller)
Message:

Add x11 variant

Location:
trunk/dports
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/links/Portfile

    r1006 r1032  
    11PortSystem 1.0
    22name            links
    3 version         2.0
     3version         2.1pre3
    44description     Lynx-like WWW browser that supports tables, menus, etc
    55
     
    1313maintainers     landonf@opendarwin.org
    1414use_bzip2       yes
    15 checksums       md5 c41b3dea2c4a93ed77636db3c67807e2
     15checksums       md5 6c6fb4d5ae15c626599adf69f31ad67f
     16
     17patchfiles      patch-x.c
    1618
    1719configure.args  --enable-javascript --with-ssl --without-svgalib
    1820post-patch { reinplace s|/etc/|${prefix}/etc/| ${workpath}/${worksrcdir}/default.c }
    1921
     22variant x11 {
     23        depends_lib             lib:libpng.3:libpng lib:libjpeg.9:jpeg
     24        configure.env           CPPFLAGS=-I${prefix}/include\\ -no-cpp-precomp \
     25                                LDFLAGS=-L${prefix}/lib
     26        configure.args-append   --enable-graphics --with-x
     27}
     28
    2029contents        bin/links man/man1/links.1
Note: See TracChangeset for help on using the changeset viewer.