diff options
Diffstat (limited to 'japanese/kon2-14dot/Makefile')
-rw-r--r-- | japanese/kon2-14dot/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/kon2-14dot/Makefile b/japanese/kon2-14dot/Makefile new file mode 100644 index 000000000000..5eb244ad661d --- /dev/null +++ b/japanese/kon2-14dot/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: kon2 with 14dot font +# Version required: 0.3 +# Date created: 11 Apr 1997 +# Whom: Makoto Matsushita <matusita@jp.freebsd.org> +# +# $Id$ +# + +KONFONT= 14dot + +MASTERDIR= ${.CURDIR}/../kon2-16dot + +.include "${MASTERDIR}/Makefile" |