diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-01-18 22:42:15 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-01-18 22:42:15 +0800 |
commit | f9763df372f653193abc9d4714d6cf6c988f9dbd (patch) | |
tree | 2e2d593c67898cae01ad2fa3c493209c6bac9ef0 /graphics/silgraphite | |
parent | 1f46d2d35e8791d79a2e0c37e07a18088ced091a (diff) | |
download | freebsd-ports-gnome-f9763df372f653193abc9d4714d6cf6c988f9dbd.tar.gz freebsd-ports-gnome-f9763df372f653193abc9d4714d6cf6c988f9dbd.tar.zst freebsd-ports-gnome-f9763df372f653193abc9d4714d6cf6c988f9dbd.zip |
Use USE_CXXSTD
- Fix typo
- Reformat pkg-descr
Diffstat (limited to 'graphics/silgraphite')
-rw-r--r-- | graphics/silgraphite/Makefile | 3 | ||||
-rw-r--r-- | graphics/silgraphite/pkg-descr | 14 |
2 files changed, 8 insertions, 9 deletions
diff --git a/graphics/silgraphite/Makefile b/graphics/silgraphite/Makefile index 45802897c4e4..1979cc521304 100644 --- a/graphics/silgraphite/Makefile +++ b/graphics/silgraphite/Makefile @@ -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> diff --git a/graphics/silgraphite/pkg-descr b/graphics/silgraphite/pkg-descr index 8ef411b8f2e3..32dbd64ca043 100644 --- a/graphics/silgraphite/pkg-descr +++ b/graphics/silgraphite/pkg-descr @@ -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/ |