1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/x11-fonts/linux-fontconfig/Makefile
Alexander Leidinger 0869554ba0 Don't run fc-cache, we're using the fonts of the X server and the native
fontconfig (or the fonts ports/packages) are supposed to run fc-cache.
I also noticed it has problems with some fonts, so we may end up with a
not complete cache in this version.

This should fix the build on pointyhat (cache files left after pkg_delete).

While I'm here use a link to the native fonts.conf, we don't need our
own here.
2006-05-13 15:48:28 +00:00

33 lines
683 B
Makefile

# New ports collection makefile for: linux-fontconfig
# Date created: 2003-11-19
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= fontconfig
PORTVERSION= 2.2.3
PORTREVISION= 4
CATEGORIES= x11-fonts linux
DISTNAME= ${PORTNAME}-${PORTVERSION}-5
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= Linux/i386 binary of Fontconfig
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
LINUX_DIST_VER= 3
INSTALLS_SHLIB= yes
BRANDELF_DIRS= usr/bin
post-extract:
${RM} ${WRKSRC}/etc/fonts/fonts.conf
post-install:
${LN} -s ${X11BASE}/etc/fonts/fonts.conf ${PREFIX}/etc/fonts/fonts.conf
.include <bsd.port.mk>