diff options
Diffstat (limited to 'japanese/vfxdvi400/Makefile')
-rw-r--r-- | japanese/vfxdvi400/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/vfxdvi400/Makefile b/japanese/vfxdvi400/Makefile new file mode 100644 index 000000000000..dab81f93a15c --- /dev/null +++ b/japanese/vfxdvi400/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: xdvi-17miyu + patches + vector font library +# Version required: pl17 +# Date created: 8 Nov 1996 +# Whom: Mita Yoshio <mita@jp.FreeBSD.org> +# +# $Id: Makefile,v 1.1 1998/11/20 04:14:49 asami Exp $ +# + +RESOLUTION= 400 +MASTERDIR= ${.CURDIR}/../vfxdvi300 + +.include "${MASTERDIR}/Makefile" |