diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-18 08:45:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-18 08:45:52 +0000 |
commit | ceef50cbdc0b54ca2c65a46ca89e013047361555 (patch) | |
tree | 9f59bfae0e267662bd7b2e7a62bd58c8d137b2cb /korean/johabfonts/Makefile | |
parent | 54e38fe014f3a154838f791b797eb808316e6ccd (diff) |
Mega-import of three hanterms (with different font handling) and a
popular Korean font.
PR: 3093, 3094, 3095, 3096
Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
Notes
Notes:
svn path=/head/; revision=6230
Diffstat (limited to 'korean/johabfonts/Makefile')
-rw-r--r-- | korean/johabfonts/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/korean/johabfonts/Makefile b/korean/johabfonts/Makefile new file mode 100644 index 000000000000..a4ca286ffcc0 --- /dev/null +++ b/korean/johabfonts/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: hanterm304fonts +# Version required: none +# Date created: 22 Mar 1997 +# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> +# +# $Id$ +# + +DISTNAME= hanterm304fonts +PKGNAME= kr-johabfonts-304 +CATEGORIES= korean x11 +MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/terminal/hanterm/ \ + ftp://sunsite.kren.nm.kr/pub/packages/hangul/terminal/hanterm/ + +MAINTAINER= junker@jazz.snu.ac.kr + +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +# to show a warning message to add fontpath for these fonts +post-install: + @${CAT} ${PKGDIR}/MESSAGE + +.include <bsd.port.mk> |