mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
26 lines
539 B
Makefile
26 lines
539 B
Makefile
# New ports collection makefile for: libXfontcache
|
|
# Date Created: 21 Feb 2006
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
#
|
|
# $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
|
|
|
|
.include <bsd.port.mk>
|