Ticket #27765: Portfile

File Portfile, 1.2 KB (added by jason@…, 13 years ago)

Updated EMBOSS Portfile

Line 
1# $Id: Portfile 64763 2010-03-15 16:31:33Z nox@macports.org $
2
3PortSystem      1.0
4
5name            EMBOSS
6version         6.3.1
7revision        1
8categories      science
9platforms       darwin
10maintainers     gmail.com:mike.thon
11description     Molecular Biology software analysis package
12long_description    EMBOSS is a free Open Source software analysis package \
13                    specially developed for the needs of the molecular biology user \
14                    community. The software automatically copes with data \
15                    in a variety of formats and even allows transparent \
16                    retrieval of sequence data from the web.
17homepage        http://emboss.sourceforge.net
18master_sites    ftp://emboss.open-bio.org/pub/EMBOSS/
19
20checksums           md5     04d1179b6261103a77e396d54f8ac38e \
21                    sha1    efb2e9c1c9b038432ce6bd81ee4692d5f1dc2f72 \
22                    rmd160  5c1e7b82e50a183d6ccb323f6a619f10efb0da1a
23
24depends_lib     port:xorg-libX11 \
25                port:jpeg \
26                port:libiconv \
27                port:expat \
28                port:freetype \
29                port:libpng
30
31configure.args  --includedir=${prefix}/include/emboss