Changeset 38140
- Timestamp:
- 07/08/2008 07:26:53 (4 years ago)
- Files:
-
- 1 modified
-
trunk/dports/science/grads/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/grads/Portfile
r34981 r38140 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 … … 5 6 name grads 6 7 version 1.9b4 7 revision 38 revision 4 8 9 platforms darwin 9 10 maintainers takeshi@macports.org … … 34 35 patch-gacfg.c.diff patch-gxhpng.c.diff 35 36 36 37 37 post-patch { 38 38 reinplace "s|/usr/local|${prefix}|" ${worksrcpath}/src/gx.h 39 39 } 40 40 41 #configure.env LIBS="-lwmf" SUPPLIBS=${prefix}42 41 configure.env SUPPLIBS=${prefix} 43 configure.args -- prefix=${prefix} --with-readline --with-lats \42 configure.args --with-readline --with-lats \ 44 43 --with-nc --with-dods --with-hdf --with-x \ 45 44 --without-printim --without-gui

