diff options
Diffstat (limited to 'japanese/acroread5-jpnfont/Makefile')
-rw-r--r-- | japanese/acroread5-jpnfont/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/japanese/acroread5-jpnfont/Makefile b/japanese/acroread5-jpnfont/Makefile new file mode 100644 index 000000000000..96c9fa68b205 --- /dev/null +++ b/japanese/acroread5-jpnfont/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: acroread-jpnfont +# Version required: 1999.5.24 +# Date created: 99/06/16 +# Whom: Satoshi TAOKA <taoka@FreeBSD.org> +# +# $Id:$ +# + +DISTNAME= jpnfont +CATEGORIES= japanese + +MASTERDIR= ${.CURDIR}/../../print/acroread-commfont + +.include "${MASTERDIR}/Makefile" |