aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/linux-f10-fontconfig/Makefile
blob: a1ec3455267c56c12fc49bbe47065b80fb50882a (plain) (blame)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# New ports collection makefile for:    linux-fontconfig
# Date created:             2003-11-19
# Whom:                 trevor
#
# $FreeBSD$
#

PORTNAME=   fontconfig
PORTVERSION=    2.2.3
PORTREVISION=   0
CATEGORIES= x11-fonts linux
MASTER_SITES=   ftp://rpmfind.net/linux/fedora/core/3/x86_64/os/Fedora/RPMS/

MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT=    Linux/i386 binary of Fontconfig

EXTRACT_DEPENDS=rpm2cpio:${PORTSDIR}/archivers/rpm
RUN_DEPENDS=    ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat

USE_REINPLACE=  yes
BASEVERSION=    9
ONLY_FOR_ARCHS= i386 amd64
PLIST=      ${WRKDIR}/plist
RPM_SET=    fontconfig-2.2.3-5.i386.rpm

#PKGINSTALL=    ${WRKDIR}/pkg-install

do-extract:
    @${RM} -rf ${WRKSRC}/tmp
    @${MKDIR} ${WRKSRC}/tmp
    @cd ${WRKSRC}/tmp; \
        rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id;

post-patch:
    @${REINPLACE_CMD} -i ""  -e 's:/usr/share/fonts:${X11BASE}/lib/X11/fonts:g ; \
        s:/usr/X11R6/lib/X11/fonts/OTF:${X11BASE}/lib/X11/fonts/bitstream-vera:g' \
        ${WRKSRC}/tmp/etc/fonts/fonts.conf

pre-install:
    @cd ${WRKSRC}/tmp; \
        ${FIND} * -type f -o -type l > ${PLIST}; \
        ${FIND} -d * -type d | ${GREP} font | \
        ${SED} -e 's:^:@dirrm :' >> ${PLIST}

post-install:
    @${INSTALL_DATA} ${WRKSRC}/tmp/etc/fonts/fonts.conf ${PREFIX}/etc/fonts/
    @${BRANDELF} -t Linux ${PREFIX}/usr/bin/fc-cache ${PREFIX}/usr/bin/fc-list
#   @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' < ${FILESDIR}/pkg-install.in \
#       > ${PKGINSTALL}
#.if !defined(PACKAGE_BUILDING)
#   @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
#.endif

.include "../../x11-toolkits/linux-gtk/Makefile"