summaryrefslogtreecommitdiffstats
path: root/x11-fonts/libXft/Makefile
blob: e597fe90030a0728891614c0b0c3c8a1632bbf6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    Xft
# Date created:     06 October 2002
# Whom:         Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   libXft
PORTVERSION=    2.3.1
CATEGORIES= x11-fonts

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A client-sided font API for X applications

BUILD_DEPENDS=  fc-cache:${PORTSDIR}/x11-fonts/fontconfig
LIB_DEPENDS=    freetype.9:${PORTSDIR}/print/freetype2
RUN_DEPENDS=    fc-cache:${PORTSDIR}/x11-fonts/fontconfig

XORG_CAT=   lib
USE_XORG=   xproto:both xrender

MAN3=       Xft.3

.include <bsd.port.mk>