From bd5a9423f1b4052454474c4e245a54b376385c48 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 20 Dec 2017 09:00:38 +0000 Subject: - Add LICENSE - Unsilence installation commands - Update WWW Approved by: portmgr blanket --- x11-fonts/libXft/Makefile | 5 ++++- x11-fonts/libXft/pkg-descr | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'x11-fonts') diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile index e43b9f886462..031aea621fda 100644 --- a/x11-fonts/libXft/Makefile +++ b/x11-fonts/libXft/Makefile @@ -8,6 +8,9 @@ CATEGORIES= x11-fonts MAINTAINER= gnome@FreeBSD.org COMMENT= Client-sided font API for X applications +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig @@ -24,7 +27,7 @@ post-patch: ${WRKSRC}/configure post-install: - @${INSTALL_SCRIPT} ${WRKSRC}/xft-config \ + ${INSTALL_SCRIPT} ${WRKSRC}/xft-config \ ${STAGEDIR}${PREFIX}/bin/ .include diff --git a/x11-fonts/libXft/pkg-descr b/x11-fonts/libXft/pkg-descr index 921543026f7c..f99c637b3b51 100644 --- a/x11-fonts/libXft/pkg-descr +++ b/x11-fonts/libXft/pkg-descr @@ -5,4 +5,4 @@ text drawing. When Render is not available, Xft uses the core protocol to draw client-side glyphs. This provides completely compatible support of client-side fonts for all X servers. -WWW: http://fontconfig.org/ +WWW: https://www.freedesktop.org/wiki/Software/Xft/ -- cgit