Changeset 4320 for trunk/dports


Ignore:
Timestamp:
Dec 28, 2003, 12:34:03 AM (20 years ago)
Author:
fkr
Message:

Bug: #1051
Submitted by: blb@
Reviewed by:
Approved by:
Obtained from:
Port: freesci

update manpage location

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/emulators/freesci/Portfile

    r3059 r4320  
    1 # $Id: Portfile,v 1.1 2003/07/19 22:23:31 fkr Exp $
     1# $Id: Portfile,v 1.2 2003/12/28 00:34:03 fkr Exp $
    22
    33PortSystem      1.0
    44name            freesci
    55version         0.3.4a
     6revision        1
    67categories      emulators
    78maintainers     blb@pobox.com
     
    1920configure.env   CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
    2021
    21 configure.args  --with-x --without-sdl \
    22                 --datadir=${prefix}/share/${name}
     22configure.args  --datadir=${prefix}/share/${name} \
     23                --mandir=${prefix}/share/man \
     24                --with-x --without-sdl
    2325depends_lib     lib:libX11.6:XFree86
    2426
    2527variant sdl {   depends_lib     lib:libSDL:libsdl
    26                 configure.args  --without-x --with-sdl-prefix=${prefix} }
     28                configure.args-delete   --with-x --without-sdl
     29                configure.args-append   --without-x --with-sdl-prefix=${prefix} }
Note: See TracChangeset for help on using the changeset viewer.