diff options
author | knu <knu@FreeBSD.org> | 2001-02-24 02:54:55 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-02-24 02:54:55 +0800 |
commit | b5d441ce5b36fc881893532e40cf58d9f33218af (patch) | |
tree | 0007f3f8a6fbbe0026774cc0df382cb8637e0d87 /x11-toolkits | |
parent | 5f2052f8890e96e1c5c4ab9421999fcb954ccaff (diff) | |
download | freebsd-ports-gnome-b5d441ce5b36fc881893532e40cf58d9f33218af.tar.gz freebsd-ports-gnome-b5d441ce5b36fc881893532e40cf58d9f33218af.tar.zst freebsd-ports-gnome-b5d441ce5b36fc881893532e40cf58d9f33218af.zip |
Add fox-xunicode, FOX with Unicode support. The xunicode patch is
provided by Toshihiro Inoue <tino@pa2.so-net.ne.jp>.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/fox-xunicode/Makefile | 16 | ||||
-rw-r--r-- | x11-toolkits/fox-xunicode/Makefile~ | 16 | ||||
-rw-r--r-- | x11-toolkits/fox-xunicode/pkg-comment | 1 |
4 files changed, 34 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 82f91d8f19cc..575e713f06d2 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -15,6 +15,7 @@ SUBDIR += fltk SUBDIR += fltk-xunicode SUBDIR += fox + SUBDIR += fox-xunicode SUBDIR += gal SUBDIR += gnome-- SUBDIR += gnome-look diff --git a/x11-toolkits/fox-xunicode/Makefile b/x11-toolkits/fox-xunicode/Makefile new file mode 100644 index 000000000000..9a148d60e9dc --- /dev/null +++ b/x11-toolkits/fox-xunicode/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: fox-xunicode +# Date created: 24 February 2001 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../fox + +MAINTAINER= knu@FreeBSD.org + +COMMENT= ${.CURDIR}/pkg-comment + +WITH_XUNICODE= yes + +.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/fox-xunicode/Makefile~ b/x11-toolkits/fox-xunicode/Makefile~ new file mode 100644 index 000000000000..9a148d60e9dc --- /dev/null +++ b/x11-toolkits/fox-xunicode/Makefile~ @@ -0,0 +1,16 @@ +# New ports collection makefile for: fox-xunicode +# Date created: 24 February 2001 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../fox + +MAINTAINER= knu@FreeBSD.org + +COMMENT= ${.CURDIR}/pkg-comment + +WITH_XUNICODE= yes + +.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/fox-xunicode/pkg-comment b/x11-toolkits/fox-xunicode/pkg-comment new file mode 100644 index 000000000000..6594edfce0e5 --- /dev/null +++ b/x11-toolkits/fox-xunicode/pkg-comment @@ -0,0 +1 @@ +FOX with Unicode support |