From 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 19 Apr 2008 17:56:05 +0000 Subject: - 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) --- ukrainian/monacofonts/Makefile | 7 ++++--- ukrainian/monacofonts/files/Makefile | 6 +++--- ukrainian/monacofonts/pkg-message | 6 +++--- 3 files changed, 10 insertions(+), 9 deletions(-) (limited to 'ukrainian') 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. -- cgit v1.2.3