78bbddfb96
Release notes: https://lists.x.org/archives/xorg-announce/2022-December/003266.html Sponsored by: Beckhoff Automation GmbH & Co. KG
19 lines
419 B
Makefile
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>
|