1998-03-16 02:26:13 -05:00
|
|
|
# New ports collection makefile for: johabfonts
|
|
|
|
# Date created: 15 Mar 1998
|
|
|
|
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
|
1997-04-18 04:45:52 -04:00
|
|
|
#
|
1999-08-30 08:09:14 -04:00
|
|
|
# $FreeBSD$
|
1997-04-18 04:45:52 -04:00
|
|
|
#
|
|
|
|
|
2000-04-13 05:17:26 -04:00
|
|
|
PORTNAME= johabfonts
|
|
|
|
PORTVERSION= 3.04
|
1998-08-07 18:43:13 -04:00
|
|
|
CATEGORIES= korean x11-fonts
|
1998-03-16 02:26:13 -05:00
|
|
|
MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/terminal/hanterm/hanterm304beta/fonts/ \
|
|
|
|
ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/terminal/hanterm/hanterm304beta/fonts/
|
2001-02-06 08:25:13 -05:00
|
|
|
DISTNAME= hanterm304fonts
|
1997-04-18 04:45:52 -04:00
|
|
|
|
2000-07-23 01:06:38 -04:00
|
|
|
MAINTAINER= cjh@FreeBSD.org
|
|
|
|
|
1997-04-18 04:45:52 -04:00
|
|
|
USE_IMAKE= yes
|
2000-09-12 09:04:00 -04:00
|
|
|
|
|
|
|
.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
|
|
|
|
|
1997-04-18 04:45:52 -04:00
|
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
|
1998-11-21 15:08:11 -05:00
|
|
|
pre-install:
|
1999-08-22 19:33:47 -04:00
|
|
|
-${MKDIR} ${PREFIX}/lib/X11/fonts/local
|
1998-11-21 15:08:11 -05:00
|
|
|
|
2000-09-12 09:04:00 -04:00
|
|
|
.include <bsd.port.post.mk>
|