summaryrefslogtreecommitdiffstats
path: root/x11-fonts/xorg-fonts-truetype/Makefile
blob: 6280a0fff8073de49ebc1d6d953b117bb5d0ab7b (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: head/x11-fonts/xorg-fonts-truetype/Makefile 321822 2013-06-26 23:12:07Z zeising $

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/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu

do-install: # empty

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

.include <bsd.port.mk>