freebsd-ports/x11-fonts/libXfontcache/Makefile
Niclas Zeising a15b720dfd deprecate various xorg libraries
Deprecate various xorg libraries, as they have been deprecated upstream.
Remove them from xorg-libraries.

List of deprecated ports:
x11/libXevie
x11/liboldX
x11/libxkbui
x11-fonts/libXfontcache
2019-09-06 21:09:17 +00:00

18 lines
283 B
Makefile

# $FreeBSD$
PORTNAME= libXfontcache
PORTVERSION= 1.0.5
PORTREVISION= 5
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= The Xfontcache library
DEPRECATED= Deprecated upstream
EXPIRATION_DATE=2019-10-15
XORG_CAT= lib
USE_XORG= x11 xext xorgproto
.include <bsd.port.mk>