Changeset 79316
- Timestamp:
- 06/08/11 19:19:55 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/science/EMBOSS/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/EMBOSS/Portfile
r79313 r79316 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 3 PortSystem 1.04 PortSystem 1.0 4 5 5 name EMBOSS 6 version 6.2.0 7 revision 2 8 categories science 9 platforms darwin 10 maintainers gmail.com:mike.thon 11 description Molecular Biology software analysis package 6 name EMBOSS 7 version 6.2.0 8 revision 2 9 categories science 10 platforms darwin 11 maintainers gmail.com:mike.thon 12 13 description Molecular Biology software analysis package 14 12 15 long_description EMBOSS is a free Open Source software analysis package \ 13 16 specially developed for the needs of the molecular biology user \ … … 15 18 in a variety of formats and even allows transparent \ 16 19 retrieval of sequence data from the web. 17 homepage http://emboss.sourceforge.net 18 master_sites ftp://emboss.open-bio.org/pub/EMBOSS/ \ 19 ftp://emboss.open-bio.org/pub/EMBOSS/old/${version}/ 20 21 homepage http://emboss.sourceforge.net 22 23 master_sites ftp://emboss.open-bio.org/pub/EMBOSS/ \ 24 ftp://emboss.open-bio.org/pub/EMBOSS/old/${version}/ 20 25 21 26 checksums md5 2e2937dd0493814ca0f64981f4c79319 \ … … 23 28 rmd160 e31965af8e7c9aa583012b4dba47e6458cd2d139 24 29 25 depends_lib port:xorg-libX11 \26 port:jpeg \27 port:libiconv \28 port:expat \29 port:freetype \30 port:libpng30 depends_lib port:xorg-libX11 \ 31 port:jpeg \ 32 port:libiconv \ 33 port:expat \ 34 port:freetype \ 35 port:libpng 31 36 32 configure.args --includedir=${prefix}/include/emboss37 configure.args --includedir=${prefix}/include/emboss 33 38 34 39 livecheck.type regex
Note: See TracChangeset
for help on using the changeset viewer.

