1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/graphics/silgraphite/Makefile
Sunpoet Po-Chuan Hsieh 0e947f2406 Fix build on 13-CURRENT
PR:		243310
Reported by:	salvadore, stephen
Tested by:	salvadore
2020-01-31 16:03:16 +00:00

36 lines
916 B
Makefile

# Created by: Dennis Herrmann <adox@mcx2.org>
# $FreeBSD$
PORTNAME= silgraphite
PORTVERSION= 2.3.1
PORTREVISION= 4
CATEGORIES= graphics devel
MASTER_SITES= SF
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Font engine for complex non-Roman writing systems
LICENSE= CPL05 LGPL21+
LICENSE_COMB= dual
LICENSE_FILE_CPL05= ${WRKSRC}/license/License_CPLv05.txt
LICENSE_FILE_LGPL21+ = ${WRKSRC}/license/License_LGPLv21.txt
LICENSE_NAME_CPL05= Common Public License Version 0.5
LICENSE_PERMS_CPL05= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
OPTIONS_DEFINE= FREETYPE
OPTIONS_DEFAULT=FREETYPE
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
FREETYPE_CONFIGURE_WITH=freetype
FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2
FREETYPE_USES= iconv
.include <bsd.port.mk>