summaryrefslogtreecommitdiffstats
path: root/x11-fonts/xfs/Makefile
blob: 24f0a9c3113bbf84a412dbb9780a1414cad7e97e (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
# New ports collection makefile for:    xfs
# Date Created:             17 Feb 2006
# Whom:                 Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD: ports/x11-fonts/xfs/Makefile,v 1.17 2009/01/28 16:37:59 flz Exp $
#

PORTNAME=   xfs
PORTVERSION=    1.1.0
PORTEPOCH=  1
CATEGORIES= x11-fonts

MAINTAINER= x11@FreeBSD.org
COMMENT=    X.Org font server

XORG_CAT=   app
USE_XORG=   libfs xfont xtrans
USE_RC_SUBR=    xfs
ALL_TARGET= all config

MAN1=       xfs.1

post-patch:
    ${REINPLACE_CMD} '/^config_DATA/d' ${WRKSRC}/Makefile.in
.if defined(WITHOUT_XFS_CACHE)
    ${REINPLACE_CMD} -e 's|^cache|XCOMM &|' ${WRKSRC}/config.cpp
.endif

post-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/config ${PREFIX}/etc/X11/fs/config.default
    @if [ ! -f ${PREFIX}/etc/X11/fs/config ]; then \
        ${INSTALL_SCRIPT} ${WRKSRC}/config ${PREFIX}/etc/X11/fs/config; \
    fi

.include <bsd.port.mk>