summaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-09-12 13:04:00 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-09-12 13:04:00 +0000
commit3405e8106be4f80b5cc8d9888af0765a32364b34 (patch)
treed6d3642705885c3d18d93eb26686161f0de71a46 /korean
parentMove variable definitions before including bsd.port.pre.mk. (diff)
Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and
RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento
Notes
Notes: svn path=/head/; revision=32551
Diffstat (limited to 'korean')
-rw-r--r--korean/johabfonts/Makefile10
-rw-r--r--korean/kaistfonts/Makefile10
-rw-r--r--korean/pinetreefonts/Makefile9
3 files changed, 26 insertions, 3 deletions
diff --git a/korean/johabfonts/Makefile b/korean/johabfonts/Makefile
index 49cc78ea664e..35facd634a41 100644
--- a/korean/johabfonts/Makefile
+++ b/korean/johabfonts/Makefile
@@ -15,9 +15,17 @@ DISTNAME= hanterm304fonts
MAINTAINER= cjh@FreeBSD.org
USE_IMAKE= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${XFREE86_VERSION} == 4
+BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
+RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
+.endif
+
NO_INSTALL_MANPAGES= yes
pre-install:
-${MKDIR} ${PREFIX}/lib/X11/fonts/local
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/korean/kaistfonts/Makefile b/korean/kaistfonts/Makefile
index ef6a503b2db8..cee9f23fdb40 100644
--- a/korean/kaistfonts/Makefile
+++ b/korean/kaistfonts/Makefile
@@ -16,6 +16,14 @@ DISTFILES= kaist-newmj18.bdf.gz ks_philgi16.bdf.gz \
MAINTAINER= cjh@FreeBSD.org
USE_X_PREFIX= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${XFREE86_VERSION} == 4
+BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
+RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
+.endif
+
USE_GMAKE= yes
NO_WRKSUBDIR= yes
MAKE_ENV= DISTDIR=${DISTDIR} DISTFILES="${DISTFILES}"
@@ -31,4 +39,4 @@ do-extract:
post-install:
${CAT} ${PKGDIR}/MESSAGE
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/korean/pinetreefonts/Makefile b/korean/pinetreefonts/Makefile
index a3e5b1c8fe3d..b025f7cf97c9 100644
--- a/korean/pinetreefonts/Makefile
+++ b/korean/pinetreefonts/Makefile
@@ -17,6 +17,13 @@ MAINTAINER= cjh@FreeBSD.org
USE_X_PREFIX= yes
+.include <bsd.port.pre.mk>
+
+.if ${XFREE86_VERSION} == 4
+BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
+RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
+.endif
+
WRKSRC= ${WRKDIR}/pinetree.precomposed/bdf
FONTS= ptpR08 ptpR10 ptpR12 ptpR14 ptpR18 ptpR24 \
@@ -37,4 +44,4 @@ do-install:
done; \
mkfontdir ${PREFIX}/lib/X11/fonts/local
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>