mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
682ba0609b
- Fix LIB_DEPENDS - Convert to staging
19 lines
380 B
Makefile
19 lines
380 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= libfreetype.so.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
|
|
.include <bsd.port.mk>
|