Last change
on this file was
90422,
checked in by jeremyhu@…, 6 years ago
|
xorg-libsm: Bump to 1.2.1
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.5 KB
|
Line | |
---|
1 | # $Id: Portfile 90422 2012-03-05 02:29:31Z jeremyhu@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name xorg-libsm |
---|
6 | version 1.2.1 |
---|
7 | categories x11 devel |
---|
8 | license X11 |
---|
9 | maintainers gmail.com:mvfranz |
---|
10 | platforms darwin macosx |
---|
11 | |
---|
12 | description X.org libSM |
---|
13 | long_description X Session Management Library |
---|
14 | |
---|
15 | homepage http://www.x.org/ |
---|
16 | master_sites xorg:individual/lib/ |
---|
17 | distname libSM-${version} |
---|
18 | use_bzip2 yes |
---|
19 | use_parallel_build yes |
---|
20 | |
---|
21 | checksums sha1 8d354a165e330022ffd3606aba562b8c8154213d \ |
---|
22 | rmd160 f092ef40158f9b4b71b98c20f9b0606a5e5f8e3a \ |
---|
23 | sha256 93c11d569c64f40723b93b44af1efb474a0cfe92573b0c8c330343cabb897f1d |
---|
24 | |
---|
25 | depends_build \ |
---|
26 | port:pkgconfig \ |
---|
27 | port:xorg-xtrans |
---|
28 | |
---|
29 | depends_lib \ |
---|
30 | port:xorg-libice |
---|
31 | |
---|
32 | configure.args \ |
---|
33 | --without-libuuid \ |
---|
34 | --without-xmlto \ |
---|
35 | --without-fop \ |
---|
36 | --disable-docs |
---|
37 | |
---|
38 | build.args V=1 |
---|
39 | |
---|
40 | # Depending on ghostscript for the PDF documentation creates a dependency |
---|
41 | # loop, so you may want to install first without the docs variant |
---|
42 | variant docs description "Install extra documentation" { |
---|
43 | depends_build-append \ |
---|
44 | port:fop \ |
---|
45 | port:xmlto \ |
---|
46 | port:xorg-sgml-doctools |
---|
47 | |
---|
48 | depends_skip_archcheck-append \ |
---|
49 | xmlto |
---|
50 | |
---|
51 | configure.args-delete \ |
---|
52 | --without-xmlto \ |
---|
53 | --without-fop \ |
---|
54 | --disable-docs |
---|
55 | |
---|
56 | configure.args-append \ |
---|
57 | --with-xmlto \ |
---|
58 | --with-fop \ |
---|
59 | --enable-docs |
---|
60 | |
---|
61 | configure.env-append \ |
---|
62 | XMLTO="${prefix}/bin/xmlto" \ |
---|
63 | FOP="${prefix}/bin/fop" |
---|
64 | } |
---|
65 | |
---|
66 | livecheck.type regex |
---|
67 | livecheck.url http://xorg.freedesktop.org/archive/individual/lib/?C=M&O=D |
---|
68 | livecheck.regex libSM-(\\d+(?:\\.\\d+)*) |
---|
Note: See
TracBrowser
for help on using the repository browser.