diff options
Diffstat (limited to 'x11-fonts/libXft/Makefile')
-rw-r--r-- | x11-fonts/libXft/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile new file mode 100644 index 000000000..696f58073 --- /dev/null +++ b/x11-fonts/libXft/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: Xft +# Date created: 06 October 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libXft +PORTVERSION= 2.1.14 +CATEGORIES= x11-fonts + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A client-sided font API for X applications + +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig +RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig + +XORG_CAT= lib +USE_XORG= xproto:both xrender + +MAN1= xft-config.1 +MAN3= Xft.3 + +.include <bsd.port.mk> |