Last change
on this file since 20198 was
20198,
checked in by takanori@…, 13 years ago
|
Version 3.5.4.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
833 bytes
|
Line | |
---|
1 | # $Id: Portfile 20198 2006-10-27 18:28:52Z takanori@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name kde-i18n-basque |
---|
5 | version 3.5.4 |
---|
6 | categories kde |
---|
7 | maintainers ben@opendarwin.org takanori@opendarwin.org |
---|
8 | description KDE basque language files. |
---|
9 | long_description ${description} |
---|
10 | platforms darwin |
---|
11 | homepage http://www.kde.org/ |
---|
12 | master_sites opendarwin::kde354 |
---|
13 | # kde:stable/${version}/src/kde-i18n |
---|
14 | distname kde-i18n-eu-${version} |
---|
15 | distfiles ${distname}.tar.bz2:kde354 |
---|
16 | use_bzip2 yes |
---|
17 | checksums md5 69d50a4a7a89572d3d66782381fc6811 |
---|
18 | depends_lib port:kdebase3 |
---|
19 | |
---|
20 | patch { |
---|
21 | reinplace "s|doc/HTML|doc/kde|g" ${worksrcpath}/configure |
---|
22 | } |
---|
23 | |
---|
24 | configure.env HOME=${workpath} KDEDIR=${prefix} |
---|
25 | configure.args --without-arts |
---|
26 | |
---|
27 | build.env ${configure.env} |
---|
28 | |
---|
29 | post-destroot { |
---|
30 | xinstall -d -m 755 ${destroot}${prefix}/share/doc/kde-installed-packages |
---|
31 | system "touch ${destroot}${prefix}/share/doc/kde-installed-packages/kde-i18n-basque" |
---|
32 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.