summaryrefslogtreecommitdiffstats
path: root/x11/xfd/Makefile
blob: 8a910f59d8dc66daf4572915cd784a5c4041990a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   xfd
PORTVERSION=    1.1.1
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    Display all characters in an X font

LICENSE=    MIT

LIB_DEPENDS=    freetype.9:${PORTSDIR}/print/freetype2
BUILD_DEPENDS=  fc-cache:${PORTSDIR}/x11-fonts/fontconfig
RUN_DEPENDS=    fc-cache:${PORTSDIR}/x11-fonts/fontconfig

XORG_CAT=   app
USE_XORG=   xft xt xaw

MAN1=       xfd.1

.include <bsd.port.mk>