diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-23 05:19:59 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-23 05:19:59 +0800 |
commit | b1423b5aae2c5f34b49955dff32ff8421d6d4c53 (patch) | |
tree | 0a32202e33adcc4e71c16b12f5ce670fd599d05d /x11-fonts | |
parent | 8c86ac3c5f0efa88a8f07413c4995bf1d5f96cbe (diff) | |
download | freebsd-ports-gnome-b1423b5aae2c5f34b49955dff32ff8421d6d4c53.tar.gz freebsd-ports-gnome-b1423b5aae2c5f34b49955dff32ff8421d6d4c53.tar.zst freebsd-ports-gnome-b1423b5aae2c5f34b49955dff32ff8421d6d4c53.zip |
* Install the Xft manpage
* De-pkg-comment
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Xft/Makefile | 8 | ||||
-rw-r--r-- | x11-fonts/Xft/pkg-comment | 1 | ||||
-rw-r--r-- | x11-fonts/libXft/Makefile | 8 | ||||
-rw-r--r-- | x11-fonts/libXft/pkg-comment | 1 |
4 files changed, 14 insertions, 4 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 diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile index 5926df4a5239..a5625fa90a81 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 ccac3dc32fa8..000000000000 --- a/x11-fonts/libXft/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A client-sided font API for X applications |