mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Use USE_CXXSTD
- Fix typo - Reformat pkg-descr
This commit is contained in:
parent
1f46d2d35e
commit
f9763df372
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459328
@ -24,6 +24,7 @@ OPTIONS_SUB= yes
|
||||
CONFIGURE_ARGS= --without-xft --without-pangographite
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_CXXSTD= c++98
|
||||
USE_LDCONFIG= yes
|
||||
USES= libtool pathfix pkgconfig
|
||||
|
||||
@ -31,6 +32,4 @@ FREETYPE_CONFIGURE_WITH=freetype
|
||||
FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2
|
||||
FREETYPE_USES= iconv
|
||||
|
||||
CXXFLAGS+= -std=c++98
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
Graphite is a project under development within SIL'ss Non-Roman Script
|
||||
Initiative and Language Software Development groups to provide rendering
|
||||
capabilities for complex non-Roman writing systems. The original goal was a
|
||||
system for the Windows platform; the system has also been ported to Linux.
|
||||
Graphite can be used to create "smart fonts" capable of displaying writing
|
||||
systems with various complex behaviors. With respect to the Text Encoding
|
||||
Model, Graphite handles the "Rendering" aspect of writing system implementation.
|
||||
Graphite is a project under development within SIL's Non-Roman Script Initiative
|
||||
and Language Software Development groups to provide rendering capabilities for
|
||||
complex non-Roman writing systems. The original goal was a system for the
|
||||
Windows platform; the system has also been ported to Linux. Graphite can be used
|
||||
to create "smart fonts" capable of displaying writing systems with various
|
||||
complex behaviors. With respect to the Text Encoding Model, Graphite handles the
|
||||
"Rendering" aspect of writing system implementation.
|
||||
|
||||
WWW: http://silgraphite.sourceforge.net/
|
||||
|
Loading…
Reference in New Issue
Block a user