summaryrefslogtreecommitdiff
path: root/x11-fonts/Xft
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-22 21:19:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-22 21:19:59 +0000
commitd94803ca9a87c27e16c4d30750718b026bb8430e (patch)
tree188a143e0fffe79d0b434678727b0af2406bcd5f /x11-fonts/Xft
parentFix build after QT directory structure change. (diff)
* Install the Xft manpage
* De-pkg-comment
Notes
Notes: svn path=/head/; revision=76200
Diffstat (limited to 'x11-fonts/Xft')
-rw-r--r--x11-fonts/Xft/Makefile8
-rw-r--r--x11-fonts/Xft/pkg-comment1
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-fonts/Xft/Makefile b/x11-fonts/Xft/Makefile
index 5926df4a5239..a5625fa90a81 100644
--- a/x11-fonts/Xft/Makefile
+++ b/x11-fonts/Xft/Makefile
@@ -7,12 +7,13 @@
PORTNAME= Xft
PORTVERSION= 2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= http://fontconfig.org/fontconfig/release/
DISTNAME= fcpackage.${PORTVERSION:S/./_/}
MAINTAINER= gnome@FreeBSD.org
+COMMENT= A client-sided font API for X applications
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
@@ -26,6 +27,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LIBS="-L${X11BASE}/lib"
WRKSRC= ${WRKDIR}/${DISTNAME}/Xft
+MAN3= Xft.3
+
.include <bsd.port.pre.mk>
# TODO Add a check to make sure we're not using XFree86 4.3.x which will
@@ -37,4 +40,7 @@ BROKEN= Xft2 requires XFree86 4.x to build.
pre-patch:
@${REINPLACE_CMD} -e 's|[(]LIBDIR[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in
+post-install:
+ @${INSTALL_DATA} ${WRKSRC}/Xft.man ${PREFIX}/man/man3/Xft.3
+
.include <bsd.port.post.mk>
diff --git a/x11-fonts/Xft/pkg-comment b/x11-fonts/Xft/pkg-comment
deleted file mode 100644
index ccac3dc32fa8..000000000000
--- a/x11-fonts/Xft/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A client-sided font API for X applications