diff options
Diffstat (limited to 'japanese/vfxdvi360/Makefile')
-rw-r--r-- | japanese/vfxdvi360/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/vfxdvi360/Makefile b/japanese/vfxdvi360/Makefile new file mode 100644 index 000000000000..c6c718e262b2 --- /dev/null +++ b/japanese/vfxdvi360/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= 360 +MASTERDIR= ${.CURDIR}/../vfxdvi300 + +.include "${MASTERDIR}/Makefile" |