diff options
Diffstat (limited to 'x11-fonts/xorg-fonts-cyrillic/Makefile')
-rw-r--r-- | x11-fonts/xorg-fonts-cyrillic/Makefile | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/x11-fonts/xorg-fonts-cyrillic/Makefile b/x11-fonts/xorg-fonts-cyrillic/Makefile index 04299cf856aa..e80346d7a92e 100644 --- a/x11-fonts/xorg-fonts-cyrillic/Makefile +++ b/x11-fonts/xorg-fonts-cyrillic/Makefile @@ -6,34 +6,34 @@ # PORTNAME= xorg-fonts-cyrillic -PORTVERSION= 6.9.0 -PORTREVISION= 1 +PORTVERSION= 7.2 CATEGORIES= x11-fonts -MASTER_SITES= ${MASTER_SITE_XORG} -MASTER_SITE_SUBDIR= X11R${PORTVERSION}/src -DISTNAME= X11R${PORTVERSION}-src1 +MASTER_SITES= # none +DISTFILES= # none +EXTRACT_ONLY= # none MAINTAINER= x11@FreeBSD.org COMMENT= X.Org Cyrillic bitmap fonts -BUILD_DEPENDS= ucs2any:${PORTSDIR}/x11/xorg-clients -RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/xorg-fonts-encodings +RUN_DEPENDS= ${FONTDIR}/cyrillic/crox1c.pcf.gz:${PORTSDIR}/x11-fonts/font-cronyx-cyrillic \ + ${FONTDIR}/cyrillic/koi12x24.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-cyrillic \ + ${FONTDIR}/cyrillic/screen8x16.pcf.gz:${PORTSDIR}/x11-fonts/font-screen-cyrillic \ + ${FONTDIR}/cyrillic/proof9x16.pcf.gz:${PORTSDIR}/x11-fonts/font-winitzki-cyrillic \ + ${FONTDIR}/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings CONFLICTS= XFree86-fontCyrillic-* -EXTRA_PATCHES= ${CF_PATCHES} +NO_BUILD= # none +FONTDIR= ${X11BASE}/lib/X11/fonts -XBUILD_DIRS= fonts/encodings fonts/bdf/cyrillic -XINSTALL_DIRS= fonts/bdf/cyrillic +do-install: # empty -post-install: - @command fc-cache -v ${PREFIX}/lib/X11/fonts/cyrillic || true - -.include "${.CURDIR}/../../x11-servers/xorg-server/Makefile.inc" .include <bsd.port.pre.mk> + .if ${X_WINDOW_SYSTEM:L} != xorg IGNORE= is part of X.Org and you have ${X_WINDOW_SYSTEM} set for X11\ distribution. See The X Window System and Virtual Consoles chapter\ of FAQ for more information .endif + .include <bsd.port.post.mk> |