aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/libXft
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-20 09:00:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-20 09:00:38 +0000
commit7cb8ed057cf4cb3b638b5231298842b993d1f40e (patch)
tree1c6e298b1570d22687d37e2a70c1085f32c440d7 /x11-fonts/libXft
parente2b08a04688ba5c9d327feff61200af981ba0e32 (diff)
downloadports-7cb8ed057cf4cb3b638b5231298842b993d1f40e.tar.gz
ports-7cb8ed057cf4cb3b638b5231298842b993d1f40e.zip
- Add LICENSE
- Unsilence installation commands - Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=456780
Diffstat (limited to 'x11-fonts/libXft')
-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/