Opened 20 years ago
Closed 20 years ago
#2463 closed defect (fixed)
NEW mikachanfont-8.9
Reported by: | pelopor@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
monafont-2.90
the portfile can be found here: INLINE
Description: Mikachan-font is Japanese font written by Mikachan
Homepage: URL of project or program itself, not the portfile
Comments: Now I begin to send some fonts Portfiles.
================INLINE CONTENT================
# $Id: $
PortSystem 1.0 name mikachanfont version 8.9 revision 0 categories x11 fonts maintainers pelopor@… description Mikachan-font is Japanese font written by Mikachan long_description \
Mikachan-font is Japanese font. It was written by Mikachan,and\ scaned and used font making software.\ \ It is possible to display Hiragana, Katakana, Numbers, Alphabets,\ symbols, Kanji for education, Usual kanji, Kanji of person's name,\ JIS kanji Level 1, JIS kanji Level 2, IBM expantion kanji.
homepage http://www001.upp.so-net.ne.jp/mikachan/ master_sites http://osdn.dl.sourceforge.jp/mikachan/5513/ \
http://keihanna.dl.sourceforge.jp/mikachan/5513/ \ http://kyushu-u.dl.sourceforge.jp/mikachan/5513/
distname ${name}-${version} extract.suffix .tar.bz2 use_bzip2 yes checksums md5 8ac2b94336e76fa80996d0be70c557de depends_lib bin:mkfontdir:XFree86 bin:mkfontscale:XFree86 set fontsdir /share/fonts configure {} build {} #build.target {} set docs {COPYRIGHT ChangeLog README.ja COPYRIGHT.ja README} destroot {xinstall -d -m 755 ${destroot}/${prefix}${fontsdir}/${name}
xinstall -m 644 ${worksrcpath}/fonts/mikachan.ttf \
${destroot}/${prefix}${fontsdir}/${name}
#mkfontscale && mkfontdir system "mkfontscale ${destroot}/${prefix}${fontsdir}/${name} \
&& mkfontdir ${destroot}/${prefix}${fontsdir}/${name}"
#docs xinstall -d -m 755 ${destroot}/${prefix}/share/doc/${name} foreach D ${docs} {
xinstall -m 644 ${worksrcpath}/${D} \
${destroot}/${prefix}/share/doc/${name}
}
}
thanks - commited!