Changeset 4523 for trunk/dports


Ignore:
Timestamp:
Jan 8, 2004, 6:26:19 AM (20 years ago)
Author:
pguyot (Paul Guyot)
Message:

Aesthetic changes suggested by Felix.
Fixed the port so it will actually install properly.
Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

Location:
trunk/dports/net/unison
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/unison/Portfile

    r4512 r4523  
    1 # $Id: Portfile,v 1.1 2004/01/07 23:16:24 pguyot Exp $
     1# $Id: Portfile,v 1.2 2004/01/08 06:26:19 pguyot Exp $
    22
    33PortSystem        1.0
    44name              unison
    55version           2.9.1
     6revision          1
    67distname          src
    78categories        net
    8 maintainers       ...
     9maintainers       julien.touche@touche.fr.st
    910description       Unison File Synchronizer
    1011long_description  Unison is a file-synchronization tool for Unix and \
     
    1516                  the changes in each replica to the other.
    1617homepage          http://www.cis.upenn.edu/~bcpierce/unison/
    17 master_sites      http://www.cis.upenn.edu/~bcpierce/unison/download/stable/latest/
     18master_sites      ${homepage}download/stable/latest/
    1819platforms         darwin openbsd
    19 checksums         src.tar.gz md5 d8084fa87c13671de21ec1b701a4606c
     20checksums         md5 d8084fa87c13671de21ec1b701a4606c
     21patchfiles        patch-Makefile
    2022
    2123set worksrcdir    ${name}-${version}
     
    2325configure {}
    2426
     27destroot.env      PREFIX=${prefix}
     28
    2529build.env         UISTYLE=text
    2630depends_lib       bin:camlp4:ocaml bin:lablgtk:lablgtk
    2731
     32# This variant follows the INSTALL file. However, it doesn't make much sense
     33# you'll get the x11 GUI if DISPLAY is set even if you didn't select this
     34# variant.
    2835variant x11 {
    2936        build.env-delete UISTYLE=text
    3037        build.env-append UISTYLE=gtk
    31         depends_lib-append lib:libgtk+:gtk+
    3238}
Note: See TracChangeset for help on using the changeset viewer.