aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/xorg-fonts-truetype/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/xorg-fonts-truetype/Makefile')
-rw-r--r--x11-fonts/xorg-fonts-truetype/Makefile28
1 files changed, 13 insertions, 15 deletions
diff --git a/x11-fonts/xorg-fonts-truetype/Makefile b/x11-fonts/xorg-fonts-truetype/Makefile
index 38019103f01e..e12139ca914e 100644
--- a/x11-fonts/xorg-fonts-truetype/Makefile
+++ b/x11-fonts/xorg-fonts-truetype/Makefile
@@ -6,36 +6,34 @@
#
PORTNAME= xorg-fonts-truetype
-PORTVERSION= 6.9.0
+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 TrueType fonts
-BUILD_DEPENDS= ucs2any:${PORTSDIR}/x11/xorg-clients \
- fc-cache:${PORTSDIR}/x11-fonts/fontconfig
-RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/xorg-fonts-encodings \
+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 \
+ ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings \
${X11BASE}/lib/X11/fonts/bitstream-vera/VeraIt.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \
- fc-cache:${PORTSDIR}/x11-fonts/fontconfig
CONFLICTS= XFree86-fontScalable-*
-EXTRA_PATCHES= ${CF_PATCHES}
+do-install: # empty
-XBUILD_DIRS= fonts/encodings fonts/scaled/TTF
-XINSTALL_DIRS= fonts/scaled/TTF
+NO_BUILD= # none
+FONTDIR= ${X11BASE}/lib/X11/fonts
-post-install:
- @command fc-cache -v ${PREFIX}/lib/X11/fonts/TTF || 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>