diff options
Diffstat (limited to 'x11/xfd/Makefile')
-rw-r--r-- | x11/xfd/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/xfd/Makefile b/x11/xfd/Makefile new file mode 100644 index 000000000000..9dae7d24052f --- /dev/null +++ b/x11/xfd/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xfd +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xfd +PORTVERSION= 1.0.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Display all characters in an X font + +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> |