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 107295 2013-06-25 14:53:27Z devans@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name yelp-xsl |
---|
7 | version 3.9.1 |
---|
8 | license GPL-2 LGPL-2.1 |
---|
9 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
10 | description A collection of XSLT and other data files required by Yelp. |
---|
11 | long_description \ |
---|
12 | yelp-xsl contains various XSLT files for transforming DocBook, Mallard, \ |
---|
13 | and other formats as required by Yelp. |
---|
14 | maintainers devans openmaintainer |
---|
15 | categories gnome |
---|
16 | platforms darwin |
---|
17 | homepage http://www.gnome.org/ |
---|
18 | master_sites gnome:sources/${name}/${branch}/ |
---|
19 | |
---|
20 | use_xz yes |
---|
21 | |
---|
22 | checksums sha256 096f242fca79822f9c0e8ca019595c5628f9117d5e5658748f8f36ea35b48c15 |
---|
23 | |
---|
24 | depends_build port:pkgconfig \ |
---|
25 | port:intltool \ |
---|
26 | port:itstool |
---|
27 | |
---|
28 | depends_lib port:libxslt |
---|
29 | |
---|
30 | livecheck.type gnome-with-unstable |
---|