aboutsummaryrefslogtreecommitdiff
path: root/ukrainian
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 /ukrainian
parent40049f4af2200d0dcf33596508688623fc75f764 (diff)
downloadports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz
ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip
- 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 'ukrainian')
-rw-r--r--ukrainian/monacofonts/Makefile7
-rw-r--r--ukrainian/monacofonts/files/Makefile6
-rw-r--r--ukrainian/monacofonts/pkg-message6
3 files changed, 10 insertions, 9 deletions
diff --git a/ukrainian/monacofonts/Makefile b/ukrainian/monacofonts/Makefile
index c635fefaddda..fd6c963f5e7f 100644
--- a/ukrainian/monacofonts/Makefile
+++ b/ukrainian/monacofonts/Makefile
@@ -7,7 +7,7 @@
PORTNAME= monaco
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ukrainian x11-fonts
MASTER_SITES= http://www.brama.com/compute/unix/
PKGNAMEPREFIX= koi8-u-
@@ -17,10 +17,11 @@ DISTNAME= ${PORTNAME}
MAINTAINER= mi@aldan.algebra.com
COMMENT= A collection of 5 "fixed" fonts for X11 from www.brama.com
-BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT}
+BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
+ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
+ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
USE_ZIP= yes
-USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/Monaco.bdf
diff --git a/ukrainian/monacofonts/files/Makefile b/ukrainian/monacofonts/files/Makefile
index 16da67eb007a..44d7fa87641b 100644
--- a/ukrainian/monacofonts/files/Makefile
+++ b/ukrainian/monacofonts/files/Makefile
@@ -8,10 +8,10 @@ PCFS:= ${STEMS:S/$/.pcf.gz/}
all: ${PCFS} fonts.dir fonts.alias
.bdf.pcf.gz:
- ${X11BASE}/bin/bdftopcf < $< | gzip -9 > $@
+ ${LOCALBASE}/bin/bdftopcf < $< | gzip -9 > $@
fonts.dir: ${PCFS}
- ${X11BASE}/bin/mkfontdir
+ ${LOCALBASE}/bin/mkfontdir
# I don't know why ``isoir-111'' was chosen for this fonts' encoding --
# they are in koi8-u, so the each will have a corresponding alias.
@@ -24,7 +24,7 @@ fonts.alias: fonts.dir
print $$2 " " name; gsub("koi8-u", "koi8-r", $$2); \
print $$2 " " name}' < fonts.dir > fonts.alias
-DIR= ${X11BASE}/lib/X11/fonts/koi8u-monaco
+DIR= ${LOCALBASE}/lib/X11/fonts/koi8u-monaco
install: all
${MKDIR} ${DIR}
diff --git a/ukrainian/monacofonts/pkg-message b/ukrainian/monacofonts/pkg-message
index 7b0a420bbce7..9552676cd9be 100644
--- a/ukrainian/monacofonts/pkg-message
+++ b/ukrainian/monacofonts/pkg-message
@@ -1,8 +1,8 @@
For your X-server to use the fonts, you have to add
- the ${X11BASE}/lib/X11/fonts/koi8u-monaco (X11BASE is,
- usually, /usr/X11R6) to the server's font-path. Use
- ``xset fp+'' to do this for the current X-session and
+ the ${LOCALBASE}/lib/X11/fonts/koi8u-monaco (LOCALBASE is,
+ usually, /usr/local) to the server's font-path. Use
+ ``xset fp+'' ${LOCALBASE} to do this for the current X-session and
consult your X-server's documentation to make this
permanent.