freebsd-ports/x11/xfd/Makefile
Emmanuel Vadot 78bbddfb96 x11/xfd: Update to 1.1.4
Release notes:	https://lists.x.org/archives/xorg-announce/2022-December/003266.html

Sponsored by:   Beckhoff Automation GmbH & Co. KG
2022-12-06 09:09:58 +01:00

19 lines
419 B
Makefile

PORTNAME= xfd
PORTVERSION= 1.1.4
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Display all characters in an X font
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfreetype.so:print/freetype2
BUILD_DEPENDS= fc-cache:x11-fonts/fontconfig
RUN_DEPENDS= fc-cache:x11-fonts/fontconfig
EXTRACT_SUFX= .tar.xz
USES= xorg xorg-cat:app
USE_XORG= x11 xft xkbfile xmu xrender xt xaw
.include <bsd.port.mk>