Changeset 18637 for trunk/dports


Ignore:
Timestamp:
Jul 17, 2006, 10:37:33 AM (18 years ago)
Author:
rhwood
Message:

Bug: 6355 7845
Submitted by: rhwood@
Reviewed by:
Approved by:
Obtained from:

Make port abiword a message-only port until I can get abiword building in Aqua from the command line. Port instructs users to use port abiword-x11 instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/abiword/Portfile

    r17050 r18637  
    1 # $Id: Portfile,v 1.7 2006/03/18 15:57:12 rhwood Exp $
     1# $Id: Portfile,v 1.8 2006/07/17 10:37:33 rhwood Exp $
    22PortSystem 1.0
    33# THIS VERSION OF ABIWORD IS OBSOLETE!
     
    1010platforms       darwin
    1111homepage        http://www.gnome.org/gnome-office/abiword.shtml
    12 master_sites    gnome:sources/abiword/1.0/
    13 checksums       md5 35c5ac5c08798238a9d63ee17d5de793
    14 worksrcdir      ${distname}/abi
    15 depends_lib     lib:libgtk.1:gtk1 lib:libz.1:zlib lib:libpng.3:libpng
    16 configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
    17                 CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
    18 configure.args  --disable-Cocoa --disable-Carbon --mandir=${prefix}/share/man
    19 
    20 build.target    {}
    21 
    22 post-destroot   {
    23                 reinplace "s|ABISUITE_HOME#|ABISUITE_HOME=${prefix}/share/AbiSuite|g" ${destroot}/${prefix}/bin/AbiWord
    24                 }
    25 
    26 variant gnome { configure.args-append   --enable-gnome
    27                 depends_lib-append      lib:gnome-session:gnome-session }
     12fetch           {
     13        ui_msg  ""
     14        ui_msg  "Port abiword is obsolete and without support from upstream maintainers."
     15        ui_msg  "Use port abiword-x11 to install abiword 2.x for X11."
     16        ui_msg  "A port for abiword 2.x for Aqua will be forthcoming if I can ever get it to build."
     17        ui_msg  ""
     18}
     19checksum        {}
     20configure       {}
     21build           {}
     22destroot        {}
     23install         {}
     24activate        {}
Note: See TracChangeset for help on using the changeset viewer.