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 | categories science chemistry |
---|
9 | platforms darwin freebsd linux |
---|
10 | maintainers nomaintainer |
---|
11 | license LGPL-2 |
---|
12 | supported_archs noarch |
---|
13 | |
---|
14 | description data files to support various chemical MIME types |
---|
15 | |
---|
16 | long_description The chemical-mime-data package is a collection of data files to add support for various \ |
---|
17 | chemical MIME types on Linux/UNIX desktops. |
---|
18 | |
---|
19 | homepage http://chemical-mime.sourceforge.net/ |
---|
20 | master_sites sourceforge:project/chemical-mime/chemical-mime-data/${version} |
---|
21 | use_bzip2 yes |
---|
22 | |
---|
23 | checksums rmd160 542274f991297e54f7ff881d0b49b8562fdb494c \ |
---|
24 | sha256 4907cdf60e9edca0a453f6f24e9179ae9da085b67168e932ba44a4280316bff1 |
---|
25 | |
---|
26 | depends_build port:pkgconfig \ |
---|
27 | port:intltool \ |
---|
28 | port:gettext \ |
---|
29 | port:gnome-mime-data \ |
---|
30 | port:shared-mime-info \ |
---|
31 | port:imagemagick \ |
---|
32 | port:libxslt |
---|
33 | |
---|
34 | post-destroot { |
---|
35 | foreach f {XMLnamespaces aliases generic-icons globs globs2 icons magic mime.cache subclasses treemagic types version} { |
---|
36 | delete ${destroot}${prefix}/share/mime/${f} |
---|
37 | } |
---|
38 | } |
---|