Opened 20 years ago
Closed 20 years ago
#2462 closed defect (fixed)
NEW monafont-2.90
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: Japanese proportional font to show Japanese text arts correctly
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 monafont version 2.90 revision 0 categories x11 fonts maintainers pelopor@… description Japanese proportional font to show Japanese text arts correctly long_description \
Mona Font is a Japanese proportional font which allows you to view Japanese \ text arts correctly. Mona Font is based on Shinonome Font, a Japanese font \ developed by /efont/ Project.
homepage http://monafont.sourceforge.net master_sites sourceforge distname ${name}-${version} extract.suffix .tar.bz2 use_bzip2 yes checksums md5 2b914878b19b1550757cea5d8a771612 depends_lib lib:libX11.6:XFree86 configure {} build.target {} destroot.destdir X11FONTDIR=${destroot}${prefix}/share/fonts/monafont pre-destroot {
xinstall -d -m 755 ${destroot}${prefix}/share/fonts/monafont }
pre-destroot {
xinstall -d -m 755 ${destroot}${prefix}/share/doc/monafont eval xinstall -m 644 [glob ${worksrcpath}/README*] \
${destroot}${prefix}/share/doc/monafont
}
thanks - commited!