diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11-fonts/xorg-fonts-100dpi/Makefile | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11-fonts/xorg-fonts-100dpi/Makefile')
-rw-r--r-- | x11-fonts/xorg-fonts-100dpi/Makefile | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/x11-fonts/xorg-fonts-100dpi/Makefile b/x11-fonts/xorg-fonts-100dpi/Makefile index ba6900da6166..25e9c1654bab 100644 --- a/x11-fonts/xorg-fonts-100dpi/Makefile +++ b/x11-fonts/xorg-fonts-100dpi/Makefile @@ -6,34 +6,35 @@ # PORTNAME= xorg-fonts-100dpi -PORTVERSION= 6.9.0 -PORTREVISION= 1 +PORTVERSION= 7.2 CATEGORIES= x11-fonts -MASTER_SITES= ${MASTER_SITE_XORG} -MASTER_SITE_SUBDIR= X11R${PORTVERSION}/src -DISTNAME= X11R${PORTVERSION}-src1 +MASTER_SITES= # none +DISTFILES= # none +EXTRACT_ONLY= # none MAINTAINER= x11@FreeBSD.org COMMENT= X.Org 100dpi bitmap fonts -BUILD_DEPENDS= ucs2any:${PORTSDIR}/x11/xorg-clients -RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/xorg-fonts-encodings +RUN_DEPENDS= ${FONTDIR}/100dpi/courB08.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-100dpi \ + ${FONTDIR}/100dpi/UTBI__10.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-utopia-100dpi \ + ${FONTDIR}/100dpi/luBIS08.pcf.gz:${PORTSDIR}/x11-fonts/font-bh-100dpi \ + ${FONTDIR}/100dpi/lutBS08.pcf.gz:${PORTSDIR}/x11-fonts/font-bh-lucidatypewriter-100dpi \ + ${FONTDIR}/100dpi/charB08.pcf.gz:${PORTSDIR}/x11-fonts/font-bitstream-100dpi \ + ${FONTDIR}/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings CONFLICTS= XFree86-font100dpi-* -EXTRA_PATCHES= ${CF_PATCHES} +NO_BUILD= # none +FONTDIR= ${X11BASE}/lib/X11/fonts -XBUILD_DIRS= fonts/encodings fonts/bdf/100dpi -XINSTALL_DIRS= fonts/bdf/100dpi +do-install: # empty -post-install: - @command fc-cache -v ${PREFIX}/lib/X11/fonts/100dpi || true - -.include "${.CURDIR}/../../x11-servers/xorg-server/Makefile.inc" .include <bsd.port.pre.mk> + .if ${X_WINDOW_SYSTEM:L} != xorg 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 .endif + .include <bsd.port.post.mk> |