diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-23 18:54:55 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-23 18:54:55 +0000 |
commit | 24c56541b06c9fb2e4e447c15deeccc0bc24fc0a (patch) | |
tree | 43755f8975086cc6da70a6dff1342b949b819496 /x11-toolkits | |
parent | 056108e4dfb6463b4a05bec34b1dd3bb1bd45b78 (diff) |
Notes
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 |