Changeset 4132 for trunk/dports


Ignore:
Timestamp:
Dec 6, 2003, 3:27:40 PM (20 years ago)
Author:
olegb
Message:

Bug: 1262
Submitted by: lomion@… (Larry Sica)
Reviewed by: olegb@
Approved by:
Obtained from:

update to portfile, new version.

i made minor modifications: man-location changed, distfile should be a ${name}-Latest and reformating.

Thanks Larry!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/glimpse/Portfile

    r3179 r4132  
    1 # $Id: Portfile,v 1.7 2003/08/05 21:02:42 jkh Exp $
    2 
    31PortSystem 1.0
    42name            glimpse
    5 version         4.17.1
     3version         4.17.4
    64categories      textproc
    75maintainers     lomion@mac.com
    86description     A text search engine.  Free for personal use.
    9 checksums       md5 c7c1bce41bc0e6b5b02b1db8bd02bd49
     7long_description        A text search engine.  Free for personal use. \
     8                        Required for use with Webglimpse.
     9checksums       md5 c005f3ca3f3ab64473405a1d5901dd3f
    1010master_sites    http://webglimpse.net/trial/
    11 depends_lib     lib:libdl.1:dlcompat
    12 configure.args  --enable-strip
    13 patchfiles      patch-Makefile.in patch-top-Makefile.in
    1411build.args      LDFLAGS=-L${prefix}/lib
    1512
    16 destroot.destdir bindir=${destroot}${prefix}/bin libdir=${destroot}${prefix}/lib mandir=${destroot}${prefix}/man/man1
     13destroot.destdir        bindir=${destroot}${prefix}/bin \
     14                        libdir=${destroot}${prefix}/lib \
     15                        mandir=${destroot}${prefix}/share/man/man1
     16
     17platform darwin 6 { depends_lib     lib:libdl.1:dlcompat  }
Note: See TracChangeset for help on using the changeset viewer.