mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
20 lines
358 B
Makefile
20 lines
358 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xfd
|
|
PORTVERSION= 1.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Display all characters in an X font
|
|
|
|
LICENSE= MIT
|
|
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2
|
|
BUILD_DEPENDS= fc-cache:x11-fonts/fontconfig
|
|
RUN_DEPENDS= fc-cache:x11-fonts/fontconfig
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xft xt xaw
|
|
.include <bsd.port.mk>
|