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 |
---|
2 | # $Id: Portfile 102250 2013-01-29 16:40:49Z jeremyhu@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name chemical-mime-data |
---|
7 | version 0.1.94 |
---|
8 | license LGPL-2 |
---|
9 | description The chemical-mime-data package is a collection of data files to add support for various \ |
---|
10 | chemical MIME types on Linux/UNIX desktops. |
---|
11 | long_description ${description} |
---|
12 | |
---|
13 | categories science chemistry |
---|
14 | platforms darwin freebsd linux |
---|
15 | maintainers nomaintainer |
---|
16 | |
---|
17 | homepage http://chemical-mime.sourceforge.net |
---|
18 | master_sites http://www.sourceforge.net/projects/chemical-mime/files/chemical-mime-data/${version}/ |
---|
19 | use_bzip2 yes |
---|
20 | |
---|
21 | checksums sha256 4907cdf60e9edca0a453f6f24e9179ae9da085b67168e932ba44a4280316bff1 \ |
---|
22 | rmd160 542274f991297e54f7ff881d0b49b8562fdb494c |
---|
23 | |
---|
24 | depends_build port:pkgconfig \ |
---|
25 | port:intltool \ |
---|
26 | port:gettext |
---|
27 | |
---|
28 | depends_lib port:gnome-mime-data \ |
---|
29 | port:shared-mime-info \ |
---|
30 | port:librsvg \ |
---|
31 | port:libxslt |
---|