summaryrefslogtreecommitdiff
path: root/x11-fonts/xorg-fonts-type1/Makefile
blob: d4782ec41b68519e44b9b8058e0d96831182bf85 (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
26
27
28
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$

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

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

RUN_DEPENDS=	${FONTDIR}/Type1/UTBI____.afm:x11-fonts/font-adobe-utopia-type1 \
		${FONTDIR}/Type1/l047013t.afm:x11-fonts/font-bh-type1 \
		${FONTDIR}/Type1/c0419bt_.afm:x11-fonts/font-bitstream-type1 \
		${FONTDIR}/Type1/cour.afm:x11-fonts/font-ibm-type1 \
		${FONTDIR}/Type1/cursor.pfa:x11-fonts/font-xfree86-type1 \
		${FONTDIR}/encodings/encodings.dir:x11-fonts/encodings

CONFLICTS=	XFree86-fontScalable-*

NO_BUILD=	yes
NO_INSTALL=	yes
NO_MTREE=	yes
FONTDIR=	${LOCALBASE}/share/fonts

.include <bsd.port.mk>