blob: 9ee5547fef9cbf630631d91f67249f921614ecd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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
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>
|