diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-21 06:32:54 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-21 06:32:54 +0000 |
commit | fee35a50a777b8cfc24de08f95f440d9234ad8d1 (patch) | |
tree | 8c3fd5119aa5d9b18345491cd9204d297174243f /japanese/vfxdvi400 | |
parent | 1b368d73229db521216591871d8ea59c4341555e (diff) |
Resurrect ja-vfxdvi[RESOLUTION] - these were not replacable by ja-vfxdvik.
Requested by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
Notes
Notes:
svn path=/head/; revision=16227
Diffstat (limited to 'japanese/vfxdvi400')
-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" |