1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/x11/xfd/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

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>