freebsd-ports/graphics/silgraphite/Makefile
Sunpoet Po-Chuan Hsieh 8f7240506c - Add LICENSE
2016-05-23 03:49:33 +00:00

34 lines
896 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_LDCONFIG= yes
USES= libtool pathfix pkgconfig
FREETYPE_CONFIGURE_WITH=freetype
FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2
FREETYPE_USES= iconv
.include <bsd.port.mk>