Opened 20 years ago
Closed 20 years ago
#2461 closed defect (fixed)
NEW sazanami-font-20040629
Reported by: | pelopor@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
sazanami-font-20040629
the portfile can be found here: INLINE
Description: Japanese propottional TrueType fonts
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 sazanami-font version 20040629 revision 0 categories x11 fonts maintainers pelopor@… description Japanese proportional True Type font long_description {$description} homepage http://wiki.fdiary.net/font/?sazanami master_sites http://osdn.dl.sourceforge.jp/efont/10087/ \
http://keihanna.dl.sourceforge.jp/efont/10087/ \ http://kyushu-u.dl.sourceforge.jp/efont/10087/
distname sazanami-${version} extract.suffix .tar.bz2 use_bzip2 yes checksums md5 ceef10579a75c92483171f3bd7f77df2 depends_lib bin:mkfontdir:XFree86 bin:mkfontscale:XFree86 configure {} build {} set fontsdir /share/fonts destroot {
xinstall -d -m 755 ${destroot}${prefix}${fontsdir}/sazanami xinstall -m 644 ${worksrcpath}/sazanami-mincho.ttf \
${destroot}${prefix}${fontsdir}/sazanami/
xinstall -m 644 ${worksrcpath}/sazanami-gothic.ttf \
${destroot}${prefix}${fontsdir}/sazanami/
#mkfontscale && mkfontdir system "mkfontscale ${destroot}${prefix}${fontsdir}/sazanami \
&& mkfontdir ${destroot}${prefix}${fontsdir}/sazanami"
#docs xinstall -d -m 755 ${destroot}/${prefix}/share/doc/ file copy ${worksrcpath}/doc ${destroot}/${prefix}/share/doc/${name} file copy ${worksrcpath}/README ${destroot}/${prefix}/share/doc/${name} }
commited; thanks!