freebsd-ports/x11-fonts/xorg-fonts/Makefile
Koop Mast 44e339cc0c The fonts xorg meta port should depend on the fonts sub-meta ports
(100dpi, 75dpi, cyrillic, etc) instead of files installed by fonts of these
sub-meta ports.

This solves issues where some fonts meta ports where not installed properly,
because xorg-fonts thought them allready installed.

PR:		ports/165254
Reported by:	Niclas Zeising <zeising@daemonic.se>
2012-02-27 20:29:56 +00:00

35 lines
987 B
Makefile

# New ports collection makefile for: xorg-fonts
# Date created: Jun 22 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xorg-fonts
PORTVERSION= 7.5.1
CATEGORIES= x11-fonts
MASTER_SITES= # none
DISTFILES= # none
EXTRACT_ONLY= # none
MAINTAINER= x11@FreeBSD.org
COMMENT= X.org fonts meta-port
USE_XORG= fontutil
FONTSDIR= ${PREFIX}/lib/X11/fonts
RUN_DEPENDS= xorg-fonts-100dpi>=0:${PORTSDIR}/x11-fonts/xorg-fonts-100dpi \
xorg-fonts-75dpi>=0:${PORTSDIR}/x11-fonts/xorg-fonts-75dpi \
xorg-fonts-cyrillic>=0:${PORTSDIR}/x11-fonts/xorg-fonts-cyrillic \
xorg-fonts-miscbitmaps>=0:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \
xorg-fonts-truetype>=0:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \
xorg-fonts-type1>=0:${PORTSDIR}/x11-fonts/xorg-fonts-type1 \
${FONTSDIR}/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/libdata/xorg
${TOUCH} ${PREFIX}/libdata/xorg/fonts
.include <bsd.port.mk>