diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-03-12 15:42:43 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-03-12 15:42:43 +0000 |
commit | f3dfda78df1e11f5fb90273d994cd2fdcb0303ae (patch) | |
tree | 00c41690b0d874a746fe8bad1d75a795dc3fcc52 /japanese/k10/Makefile | |
parent | Upgrade to 3.2. (diff) |
add ports/japanese/k10
"X11 10-dot kanji font 'naga10 font'"
PR: 5962
Diffstat (limited to 'japanese/k10/Makefile')
-rw-r--r-- | japanese/k10/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/japanese/k10/Makefile b/japanese/k10/Makefile new file mode 100644 index 000000000000..ec67964b312a --- /dev/null +++ b/japanese/k10/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: naga10 +# Version required: 1.0 +# Date created: 25 Feb 1998 +# Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp> +# +# $Id$ +# + +DISTNAME= knj10-1.00 +PKGNAME= ja-naga10-1.0 +CATEGORIES= japanese x11 +MASTER_SITES= http://gondow-www.cs.titech.ac.jp/~snagao/fonts/ + +MAINTAINER= usagi@ruby.club.or.jp + +USE_X11= yes +WRKSRC= ${WRKDIR}/knj10-1.00 + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/naga10 + @${CP} ${WRKSRC}/README ${PREFIX}/share/doc/naga10/ +.endif + +.include <bsd.port.mk> |