aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-12-20 17:00:38 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-12-20 17:00:38 +0800
commitbd5a9423f1b4052454474c4e245a54b376385c48 (patch)
tree1c6e298b1570d22687d37e2a70c1085f32c440d7 /x11-fonts
parent5aa270c2750b719a5168f4df99f851763b1d92e9 (diff)
downloadfreebsd-ports-gnome-bd5a9423f1b4052454474c4e245a54b376385c48.tar.gz
freebsd-ports-gnome-bd5a9423f1b4052454474c4e245a54b376385c48.tar.zst
freebsd-ports-gnome-bd5a9423f1b4052454474c4e245a54b376385c48.zip
- Add LICENSE
- Unsilence installation commands - Update WWW Approved by: portmgr blanket
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/libXft/Makefile5
-rw-r--r--x11-fonts/libXft/pkg-descr2
2 files changed, 5 insertions, 2 deletions
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 <bsd.port.mk>
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/