2016-10-19 16:50:26 +02:00
|
|
|
PORTNAME= fontconfig
|
2019-06-08 14:13:46 +02:00
|
|
|
PORTVERSION= 2.13.0
|
2019-06-08 15:13:29 +02:00
|
|
|
DISTVERSIONSUFFIX= -4.3.el7
|
2016-10-19 16:50:26 +02:00
|
|
|
CATEGORIES= x11-fonts linux
|
|
|
|
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
|
|
COMMENT= XML-based font configuration API for X Windows (Linux CentOS ${LINUX_DIST_VER})
|
2022-09-12 17:25:38 +02:00
|
|
|
WWW= https://www.freedesktop.org/wiki/Software/fontconfig/
|
2016-10-19 16:50:26 +02:00
|
|
|
|
2021-09-21 14:42:39 +02:00
|
|
|
USES= cpe linux:c7
|
2016-10-19 16:50:26 +02:00
|
|
|
USE_LDCONFIG= yes
|
2019-06-08 14:13:46 +02:00
|
|
|
USE_LINUX= expat freetype
|
2016-10-19 16:50:26 +02:00
|
|
|
USE_LINUX_RPM= yes
|
|
|
|
|
2021-09-21 14:42:39 +02:00
|
|
|
CPE_VENDOR= fontconfig_project
|
|
|
|
|
2021-10-28 14:28:24 +02:00
|
|
|
CONFLICTS= linux-c6-${PORTNAME}
|
2019-06-08 17:59:46 +02:00
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
|
2019-06-08 14:13:46 +02:00
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
|
|
OPTIONS_SUB= yes
|
2018-09-10 15:14:50 +02:00
|
|
|
|
2016-10-19 16:50:26 +02:00
|
|
|
post-patch:
|
2019-06-08 14:13:46 +02:00
|
|
|
@${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/lib/fontconfig \
|
|
|
|
${WRKSRC}/usr/share/fontconfig
|
2016-10-19 16:50:26 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/etc
|
|
|
|
${LN} -s ${LOCALBASE}/etc/fonts ${STAGEDIR}${PREFIX}/etc/
|
2017-02-01 21:10:41 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/var/db/fontconfig
|
2016-10-19 16:50:26 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|