diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-28 05:56:22 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-28 05:56:22 +0000 |
commit | 25ec5532939308020e0ff39401e0818d0c98823f (patch) | |
tree | 9d4dde8d749dcd22764fede0c859920d09af591e /x11-fonts | |
parent | 50602d406ce0236c1d12911e852b570ac956ad4b (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 8 | ||||
-rw-r--r-- | x11-fonts/fontconfig/pkg-comment | 1 | ||||
-rw-r--r-- | x11-fonts/fontconfig/pkg-descr | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index 824673511b63..5056b88fe885 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -7,12 +7,13 @@ PORTNAME= fontconfig PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts MASTER_SITES= http://www.fontconfig.org/fontconfig/release/ DISTNAME= fcpackage.${PORTVERSION:S/./_/} MAINTAINER= gnome@FreeBSD.org +COMMENT= An XML-based font configuration API for X Windows BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ @@ -30,6 +31,7 @@ CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} WRKSRC= ${WRKDIR}/${DISTNAME}/fontconfig +MAN1= fc-cache.1 fc-list.1 MAN3= fontconfig.3 .include <bsd.port.pre.mk> @@ -45,6 +47,10 @@ pre-patch: post-install: @${INSTALL_DATA} ${WRKSRC}/src/fontconfig.man \ ${PREFIX}/man/man3/fontconfig.3 + @${INSTALL_DATA} ${WRKSRC}/fc-cache/fc-cache.man \ + ${PREFIX}/man/man1/fc-cache.1 + @${INSTALL_DATA} ${WRKSRC}/fc-list/fc-list.man \ + ${PREFIX}/man/man1/fc-list.1 .if !defined(PACKAGE_BUILDING) @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif diff --git a/x11-fonts/fontconfig/pkg-comment b/x11-fonts/fontconfig/pkg-comment deleted file mode 100644 index dc1388ee58d8..000000000000 --- a/x11-fonts/fontconfig/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An XML-based font configuration API for X Windows diff --git a/x11-fonts/fontconfig/pkg-descr b/x11-fonts/fontconfig/pkg-descr index 4ce0de27a216..7595ac232cb9 100644 --- a/x11-fonts/fontconfig/pkg-descr +++ b/x11-fonts/fontconfig/pkg-descr @@ -1,6 +1,7 @@ Fontconfig does the following: - * discover new fonts when installed automatically, removing a common source of configuration problems. + * discover new fonts when installed automatically, removing a common source + of configuration problems. * perform font name substitution, so that appropriate alternative fonts can be selected if fonts are missing. * identify the set of fonts required to completely cover a set of languages. |