- Upgrade all things linux-c6- to CentOS 6.6 - Add ports: devel/linux-c6-libsigc++20 graphics/linux-c6-gdk-pixbuf [1] graphics/linux-c6-glx-utils - Add pkg-plists for net/linux-c6-openldap and security/linux-c6-cyrus-sasl2 - Misc. cleanups Differential Revision: https://reviews.freebsd.org/D1108 Submitted by: kmoore [1] Reviewed by: rene (emulation) Approved by: portmgr (swills) Approved by: swills (mentor) Sponsored by: Perceivon Hosting Inc.
36 lines
990 B
Makefile
36 lines
990 B
Makefile
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fontconfig
|
|
PORTVERSION= 2.8.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-fonts linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= XML-based font configuration API for X Windows (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
CONFLICTS= linux-fontconfig-[0-9]* linux-f8-fontconfig-[0-9]* linux-f10-fontconfig-[0-9]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
RPMVERSION= 5.el6
|
|
USE_LINUX= c6
|
|
USE_LINUX_APPS= expat
|
|
|
|
USE_LINUX_RPM= yes
|
|
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>
|