summaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-02-22 21:19:59 +0000
committermarcus <marcus@FreeBSD.org>2003-02-22 21:19:59 +0000
commitb1423b5aae2c5f34b49955dff32ff8421d6d4c53 (patch)
tree0a32202e33adcc4e71c16b12f5ce670fd599d05d /x11-fonts
parent8c86ac3c5f0efa88a8f07413c4995bf1d5f96cbe (diff)
downloadFreeBSD-ports-b1423b5aae2c5f34b49955dff32ff8421d6d4c53.zip
FreeBSD-ports-b1423b5aae2c5f34b49955dff32ff8421d6d4c53.tar.gz
* Install the Xft manpage
* De-pkg-comment
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/Xft/Makefile8
-rw-r--r--x11-fonts/Xft/pkg-comment1
-rw-r--r--x11-fonts/libXft/Makefile8
-rw-r--r--x11-fonts/libXft/pkg-comment1
4 files changed, 14 insertions, 4 deletions
diff --git a/x11-fonts/Xft/Makefile b/x11-fonts/Xft/Makefile
index 5926df4..a5625fa 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 ccac3dc..0000000
--- a/x11-fonts/Xft/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A client-sided font API for X applications
diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile
index 5926df4..a5625fa 100644
--- a/x11-fonts/libXft/Makefile
+++ b/x11-fonts/libXft/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/libXft/pkg-comment b/x11-fonts/libXft/pkg-comment
deleted file mode 100644
index ccac3dc..0000000
--- a/x11-fonts/libXft/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A client-sided font API for X applications
OpenPOWER on IntegriCloud