blob: d488614475ef631291303b515434c2b500dbf88d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $FreeBSD$
PORTNAME= libXfontcache
PORTVERSION= 1.0.5
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= The Xfontcache library
XORG_CAT= lib
USE_XORG= fontcacheproto:both x11 xext xextproto
MAN3= FontCacheChangeCacheSettings.3 \
FontCacheQueryExtension.3 \
FontCacheQueryVersion.3 \
FontCacheGetCacheSettings.3 \
FontCacheGetCacheStatistics.3 \
Xfontcache.3
NO_STAGE= yes
.include <bsd.port.mk>
|