Changeset 21116
- Timestamp:
- 01/02/07 23:57:17 (2 years ago)
- Files:
-
- 1 modified
-
trunk/dports/graphics/graphviz-cairo/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/graphviz-cairo/Portfile
r20310 r21116 3 3 PortSystem 1.0 4 4 name graphviz-cairo 5 version 2. 85 version 2.12 6 6 categories graphics 7 maintainers gwright@ opendarwin.org7 maintainers gwright@macports.org 8 8 description Rendering plugin for graphviz using the Cairo library. 9 9 long_description \ … … 15 15 master_sites ${homepage}/pub/graphviz/ARCHIVE/ 16 16 17 checksums md5 6aaf70a89eaf36c529f96fa43a228947 17 pre-fetch { ui_msg "This port is no longer required as the cairo" 18 ui_msg "functionality is now included in the main graphviz" 19 ui_msg "port, as of version 2.12." 20 ui_msg "" 21 ui_msg "This portfile will eventually be removed." 22 ui_msg "" 23 exit 1 24 } 18 25 19 platform darwin 7 {20 configure.env-append MACOSX_DEPLOYMENT_TARGET=10.321 build.env-append MACOSX_DEPLOYMENT_TARGET=10.322 }23 24 platform darwin 8 {25 configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 \26 CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.027 build.env-append MACOSX_DEPLOYMENT_TARGET=10.428 }29 30 depends_lib port:graphviz \31 port:cairo \32 port:p5-xml-parser33 34 35 configure.env CPPFLAGS=-I${prefix}/include \36 LDFLAGS=-L${prefix}/lib37 38 configure.args --mandir=${prefix}/share/man39 40 # Register the installation with dot.41 42 post-activate { system "dot -c" }

