mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
28 lines
750 B
Makefile
28 lines
750 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xorg-fonts-cyrillic
|
|
PORTVERSION= 7.7
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
EXTRACT_ONLY= # none
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org Cyrillic bitmap fonts
|
|
|
|
RUN_DEPENDS= ${FONTDIR}/cyrillic/crox1c.pcf.gz:x11-fonts/font-cronyx-cyrillic \
|
|
${FONTDIR}/cyrillic/koi12x24.pcf.gz:x11-fonts/font-misc-cyrillic \
|
|
${FONTDIR}/cyrillic/screen8x16.pcf.gz:x11-fonts/font-screen-cyrillic \
|
|
${FONTDIR}/cyrillic/proof9x16.pcf.gz:x11-fonts/font-winitzki-cyrillic \
|
|
${FONTDIR}/encodings/encodings.dir:x11-fonts/encodings
|
|
|
|
CONFLICTS= XFree86-fontCyrillic-*
|
|
|
|
NO_BUILD= # none
|
|
NO_MTREE= yes
|
|
NO_INSTALL= yes
|
|
FONTDIR= ${LOCALBASE}/share/fonts
|
|
|
|
.include <bsd.port.mk>
|