summaryrefslogtreecommitdiffstats
path: root/x11-fonts/xorg-fonts-truetype/Makefile
blob: 14647fd631651b8d0547fef03ac74388fd99865a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$

PORTNAME=   xorg-fonts-truetype
PORTVERSION=    7.7
CATEGORIES= x11-fonts
MASTER_SITES=   # none
DISTFILES=  # none
EXTRACT_ONLY=   # none

MAINTAINER= x11@FreeBSD.org
COMMENT=    X.Org TrueType fonts

RUN_DEPENDS=    ${FONTDIR}/TTF/luximb.ttf:${PORTSDIR}/x11-fonts/font-bh-ttf \
        ${FONTDIR}/OTF/SyrCOMAdiabene.otf:${PORTSDIR}/x11-fonts/font-misc-meltho \
        ${FONTDIR}/TTF/GohaTibebZemen.ttf:${PORTSDIR}/x11-fonts/font-misc-ethiopic \
        ${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings \
        ${LOCALBASE}/lib/X11/fonts/bitstream-vera/VeraIt.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \

do-install: # empty

NO_BUILD=   # none
FONTDIR=    ${LOCALBASE}/lib/X11/fonts

.include <bsd.port.mk>