summaryrefslogtreecommitdiffstats
path: root/x11-fonts/xfs/Makefile
blob: 9d8484d48c7008e41e306f02aa06c51e8b911b4e (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
# New ports collection makefile for:    xfs
# Date Created:             17 Feb 2006
# Whom:                 Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#

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

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

XORG_CAT=   app
USE_GMAKE=  yes
USE_XORG=   libfs xfont xtrans
USE_RC_SUBR=    xfs
CONFIGURE_ARGS= --without-xmlto
#CONFIGURE_ENV+=    ac_cv_path_XMLTO=""

MAN1=       xfs.1

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

post-build:
    @cd ${WRKSRC}/config/ && ${GMAKE} config

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

.include <bsd.port.mk>