Last change
on this file since 19815 was
19815,
checked in by takanori@…, 13 years ago
|
takanori@… -> takanori@…
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.0 KB
|
Line | |
---|
1 | # $Id: Portfile 19815 2006-10-01 02:06:07Z takanori@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name koffice-i18n-french |
---|
5 | version 1.5.1 |
---|
6 | categories kde |
---|
7 | maintainers ben@macports.org takanori@macports.org |
---|
8 | description KOffice french language files. |
---|
9 | long_description ${description} |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | depends_lib port:koffice |
---|
13 | master_sites kde:stable/koffice-${version}/src/koffice-l10n |
---|
14 | distname koffice-l10n-fr-${version} |
---|
15 | distfiles ${distname}.tar.bz2 |
---|
16 | worksrcdir ${distname} |
---|
17 | use_bzip2 yes |
---|
18 | checksums md5 d63d63daa55fa32e5c93b72c902cd4d1 |
---|
19 | |
---|
20 | pre-configure { |
---|
21 | reinplace "s|doc/HTML|doc/kde|g" ${worksrcpath}/configure |
---|
22 | } |
---|
23 | configure.env HOME=/tmp \ |
---|
24 | KDEDIR=${prefix} |
---|
25 | configure.args --without-arts |
---|
26 | post-configure { |
---|
27 | system "find ${worksrcpath} -name \*.bz2 -exec touch {} \\;" |
---|
28 | } |
---|
29 | build.env ${configure.env} |
---|
30 | build.args -j2 |
---|
31 | |
---|
32 | destroot.args -j2 |
---|
33 | post-destroot { |
---|
34 | xinstall -d -m 755 ${destroot}${prefix}/share/doc/kde-installed-packages |
---|
35 | system "touch \ |
---|
36 | ${destroot}${prefix}/share/doc/kde-installed-packages/koffice-i18n-french" |
---|
37 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.