1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/x11-fonts/xfs/Makefile
Niclas Zeising c32f72e68d Switch all ports to use USES=xorg-cat
Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports
2019-11-03 21:56:37 +00:00

33 lines
728 B
Makefile

# $FreeBSD$
PORTNAME= xfs
PORTVERSION= 1.2.0
PORTEPOCH= 1
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org font server
USES= cpe gmake xorg xorg-cat:app
CPE_VENDOR= x
CPE_PRODUCT= x_font_server
USE_XORG= libfs xfont2 xorgproto xtrans
USE_RC_SUBR= xfs
CONFIGURE_ARGS= --without-xmlto --without-fop
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/ && ${MAKE_CMD} config
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/X11/fs
${INSTALL_SCRIPT} ${WRKSRC}/config/config \
${STAGEDIR}${PREFIX}/etc/X11/fs/config.sample
.include <bsd.port.mk>