diff options
author | hrs <hrs@FreeBSD.org> | 2008-11-08 02:08:59 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2008-11-08 02:08:59 +0800 |
commit | 81d8836db0d1eca10cdd99548b0b3a69f9a0d7c7 (patch) | |
tree | 132769cb509ca1263f1b2c4197697744439bb790 /japanese | |
parent | 0a21432ed66ff861dd520c9da76549b34b47b3c4 (diff) | |
download | freebsd-ports-gnome-81d8836db0d1eca10cdd99548b0b3a69f9a0d7c7.tar.gz freebsd-ports-gnome-81d8836db0d1eca10cdd99548b0b3a69f9a0d7c7.tar.zst freebsd-ports-gnome-81d8836db0d1eca10cdd99548b0b3a69f9a0d7c7.zip |
Remove japanese/magicpoint and merge Japanese character support
into misc/magicpoint. The Japanese support is now based on
FreeType library, not VFlib, as the non-Japanese vector font support is.
Approved by: dinoex (maintainer)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/magicpoint/Makefile | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index e3406d076bc3..ff8a7ac87fd9 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -150,7 +150,6 @@ SUBDIR += lsd-fpw SUBDIR += lynx SUBDIR += lynx-current - SUBDIR += magicpoint SUBDIR += mailman SUBDIR += makejvf SUBDIR += man diff --git a/japanese/magicpoint/Makefile b/japanese/magicpoint/Makefile deleted file mode 100644 index bb1253b55fb4..000000000000 --- a/japanese/magicpoint/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: magicpoint (with vflib) -# Date created: 25 Dec 1997 -# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../../misc/magicpoint -COMMENT= An X11-based presentation tool, configured with vflib support - -PORTREVISION= 1 -CATEGORIES= japanese - -MAINTAINER= mita@jp.FreeBSD.org - -WITH_JAPANESE=yes - -.include "${MASTERDIR}/Makefile" |