2004-05-31 05:21:30 +02:00
|
|
|
# New ports collection makefile for: xorg-fonts-miscbitmaps
|
|
|
|
# Date created: 30 May 2004
|
|
|
|
# Whom: anholt@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xorg-fonts-miscbitmaps
|
2006-01-21 19:55:08 +01:00
|
|
|
PORTVERSION= 6.9.0
|
2006-02-06 04:38:29 +01:00
|
|
|
PORTREVISION= 1
|
2004-05-31 05:21:30 +02:00
|
|
|
CATEGORIES= x11-fonts
|
2004-12-23 02:35:49 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XORG}
|
2005-03-18 00:22:13 +01:00
|
|
|
MASTER_SITE_SUBDIR= X11R${PORTVERSION}/src
|
2004-12-23 02:35:49 +01:00
|
|
|
DISTNAME= X11R${PORTVERSION}-src1
|
2004-05-31 05:21:30 +02:00
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X.Org miscellaneous bitmap fonts
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ucs2any:${PORTSDIR}/x11/xorg-clients
|
|
|
|
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/xorg-fonts-encodings
|
|
|
|
|
|
|
|
CONFLICTS= XFree86-fontDefaultBitmaps-*
|
|
|
|
|
|
|
|
EXTRA_PATCHES= ${CF_PATCHES}
|
|
|
|
|
|
|
|
XBUILD_DIRS= fonts/encodings fonts/bdf/misc
|
|
|
|
XINSTALL_DIRS= fonts/bdf/misc
|
|
|
|
|
2006-02-06 04:38:29 +01:00
|
|
|
post-install:
|
|
|
|
@command fc-cache -v ${PREFIX}/lib/X11/fonts/misc
|
|
|
|
|
2004-05-31 05:21:30 +02:00
|
|
|
.include "${.CURDIR}/../../x11-servers/xorg-server/Makefile.inc"
|
2004-07-23 21:10:32 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${X_WINDOW_SYSTEM:L} != xorg
|
2005-11-11 23:16:17 +01:00
|
|
|
IGNORE= is part of X.Org and you have ${X_WINDOW_SYSTEM} set for X11\
|
|
|
|
distribution. See The X Window System and Virtual Consoles chapter\
|
|
|
|
of FAQ for more information
|
2004-07-23 21:10:32 +02:00
|
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|