44dc6619d5
Update x11/xfd to 1.1.3 Add LICENSE_FILE Update dependencies and add missing dependencies This is a maintenance release Changelog: https://lists.x.org/archives/xorg-announce/2019-March/002968.html
23 lines
483 B
Makefile
23 lines
483 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xfd
|
|
PORTVERSION= 1.1.3
|
|
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
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xft xkbfile xmu xrender xt xaw
|
|
|
|
BROKEN_aarch64= Fails to build: exec(xgettext) failed (No such file or directory)
|
|
|
|
.include <bsd.port.mk>
|