1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/x11/xfd/Makefile

23 lines
403 B
Makefile

# $FreeBSD$
PORTNAME= xfd
PORTVERSION= 1.1.2
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
NO_STAGE= yes
.include <bsd.port.mk>