blob: abd7e863aceed3cae43865c6b05f56fcd9aa7c51 (
plain)
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
|
# New ports collection makefile for: xfs
# Date Created: 17 Feb 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xfs
PORTVERSION= 1.0.4
PORTREVISION= 3
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-install:
${INSTALL_SCRIPT} ${WRKSRC}/config ${PREFIX}/lib/X11/fs/config.default
@if [ ! -f ${PREFIX}/lib/X11/fs/config ]; then \
${INSTALL_SCRIPT} ${WRKSRC}/config ${PREFIX}/lib/X11/fs/config; \
fi
.include <bsd.port.mk>
|