mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
1e7556e5f0
(category x11-fonts).
38 lines
1.0 KiB
Makefile
38 lines
1.0 KiB
Makefile
# Created by: bsam
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fontconfig
|
|
PORTVERSION= 2.6.0
|
|
CATEGORIES= x11-fonts linux
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
|
PKGNAMEPREFIX= linux-f10-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= XML-based font configuration API for X Windows (Linux Fedora 10)
|
|
|
|
CONFLICTS= linux-fontconfig-[0-9]* linux-f8-fontconfig-[0-9]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= expat
|
|
LINUX_DIST_VER= 10
|
|
RPMVERSION= 3.fc10
|
|
BRANDELF_DIRS= usr/bin
|
|
USE_LDCONFIG= yes
|
|
|
|
# We will use some other configuration file, so delete a linux one
|
|
# Don't let the linux fc-cache mess up the native cache file
|
|
post-extract:
|
|
@${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/share/fonts ${WRKSRC}/var \
|
|
${WRKSRC}/usr/bin/fc-cache \
|
|
${WRKSRC}/usr/share/man/man1/fc-cache.1.gz
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/etc
|
|
@${LN} -s ${LOCALBASE}/etc/fonts ${STAGEDIR}${PREFIX}/etc/
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|