summaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-09-12 11:08:05 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-09-12 11:08:05 +0000
commita1862f30e74f949fa0554cc9266b7b82b4ffa079 (patch)
treebaae9bdbad9ebbc9c058a6028b2cb1c4456b6ec5 /korean
parentAdd iconv-extra - an additional charset modules for the iconv-1.0 library (diff)
Add dependency to mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.
Submitted by: bento and gohan
Notes
Notes: svn path=/head/; revision=32544
Diffstat (limited to '')
-rw-r--r--korean/baekmukfonts-bdf/Makefile8
-rw-r--r--korean/hanyangfonts/Makefile9
-rw-r--r--korean/mizifont/Makefile9
3 files changed, 23 insertions, 3 deletions
diff --git a/korean/baekmukfonts-bdf/Makefile b/korean/baekmukfonts-bdf/Makefile
index cc6c8dc9f8c8..7832ab39b093 100644
--- a/korean/baekmukfonts-bdf/Makefile
+++ b/korean/baekmukfonts-bdf/Makefile
@@ -20,6 +20,12 @@ MAINTAINER= cjh@freebsd.org
USE_X_PREFIX= yes
+.include <bsd.port.pre.mk>
+
+.if ${XFREE86_VERSION} == 4
+RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
+.endif
+
FONTLIST= batang10 batang10b batang12 batang12b batang14 batang14b \
batang16 batang16b batang18 batang18b batang20 batang20b \
batang24 batang24b \
@@ -58,4 +64,4 @@ do-install:
.endfor
@(cd ${PREFIX}/${FONTSDIR} && mkfontdir .)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/korean/hanyangfonts/Makefile b/korean/hanyangfonts/Makefile
index 180ec4eba526..7d1f9ca1c95d 100644
--- a/korean/hanyangfonts/Makefile
+++ b/korean/hanyangfonts/Makefile
@@ -15,6 +15,13 @@ DISTNAME= hanyang-font-pcf
MAINTAINER= cjh@FreeBSD.org
USE_X_PREFIX= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${XFREE86_VERSION} == 4
+RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
+.endif
+
NO_WRKSUBDIR= yes
FONTS= hgm10 hgm12 hgm14 hgm16 hgm18 hgm20 \
@@ -35,4 +42,4 @@ do-install:
done; \
mkfontdir ${PREFIX}/lib/X11/fonts/local
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/korean/mizifont/Makefile b/korean/mizifont/Makefile
index c5ce064129f7..58f9c3f1931b 100644
--- a/korean/mizifont/Makefile
+++ b/korean/mizifont/Makefile
@@ -17,6 +17,13 @@ MAINTAINER= cjh@FreeBSD.org
BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm
USE_X_PREFIX= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${XFREE86_VERSION} == 4
+RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
+.endif
+
NO_WRKSUBDIR= yes
RPM2CPIO= rpm2cpio
@@ -49,4 +56,4 @@ do-install:
post-install:
@${CAT} ${PKGDIR}/MESSAGE
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>