summaryrefslogtreecommitdiff
path: root/x11-fonts/etlfonts
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-19 17:56:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-19 17:56:05 +0000
commit3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch)
treed573ea09b2bf6be67cb497df199932da9e2707c4 /x11-fonts/etlfonts
parentUpdate to version 2.2.6 (diff)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=211584
Diffstat (limited to 'x11-fonts/etlfonts')
-rw-r--r--x11-fonts/etlfonts/Makefile9
-rw-r--r--x11-fonts/etlfonts/files/patch-aa8
2 files changed, 9 insertions, 8 deletions
diff --git a/x11-fonts/etlfonts/Makefile b/x11-fonts/etlfonts/Makefile
index e386b6f7eb62..a179da72ec50 100644
--- a/x11-fonts/etlfonts/Makefile
+++ b/x11-fonts/etlfonts/Makefile
@@ -7,7 +7,7 @@
PORTNAME= etlfonts-noncjk
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= # disappeared
DISTNAME= non-cjk
@@ -16,13 +16,14 @@ EXTRACT_SUFX= .tar
MAINTAINER= mita@jp.FreeBSD.org
COMMENT= X11 supplemental fonts
-BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT}
-RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT}
+BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
+RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
+ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
EXTRACT_CMD= ${TAR}
EXTRACT_BEFORE_ARGS= -xf
EXTRACT_AFTER_ARGS= # empty
-USE_X_PREFIX= yes
+USE_XORG= x11
post-extract:
@${GUNZIP_CMD} ${WRKSRC}/*.gz
diff --git a/x11-fonts/etlfonts/files/patch-aa b/x11-fonts/etlfonts/files/patch-aa
index e6729548d8af..5677bfa0670a 100644
--- a/x11-fonts/etlfonts/files/patch-aa
+++ b/x11-fonts/etlfonts/files/patch-aa
@@ -11,13 +11,13 @@
+
+ install: .pcf_done
+ ( \
-+ if [ ! -d ${X11BASE}/lib/X11/fonts/non-cjk ] ; \
-+ then mkdir -p ${X11BASE}/lib/X11/fonts/non-cjk ; \
++ if [ ! -d ${LOCALBASE}/lib/X11/fonts/non-cjk ] ; \
++ then mkdir -p ${LOCALBASE}/lib/X11/fonts/non-cjk ; \
+ fi ; \
+ )
-+ cp *pcf* fonts.alias ${X11BASE}/lib/X11/fonts/non-cjk
++ cp *pcf* fonts.alias ${LOCALBASE}/lib/X11/fonts/non-cjk
+ ( \
-+ cd ${X11BASE}/lib/X11/fonts/non-cjk ; \
++ cd ${LOCALBASE}/lib/X11/fonts/non-cjk ; \
+ mkfontdir ; \
+ )
+