summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 17:37:05 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 17:37:05 +0000
commit6345c0829012715d382082d6b06988ff647bd7b2 (patch)
treecd436e56fb65ce2bd4ab3e8dd9f93a7637bcf8a5
parent7f35dde92531bcf99940bcca136a6f99b84a89a7 (diff)
Build infrastructure for font
-rw-r--r--font/Makefile22
-rw-r--r--font/adobe-100dpi/Makefile.bsd-wrapper3
-rw-r--r--font/adobe-75dpi/Makefile.bsd-wrapper3
-rw-r--r--font/adobe-utopia-100dpi/Makefile.bsd-wrapper3
-rw-r--r--font/adobe-utopia-75dpi/Makefile.bsd-wrapper3
-rw-r--r--font/adobe-utopia-type1/Makefile.bsd-wrapper3
-rw-r--r--font/alias/Makefile.bsd-wrapper3
-rw-r--r--font/arabic-misc/Makefile.bsd-wrapper3
-rw-r--r--font/bh-100dpi/Makefile.bsd-wrapper3
-rw-r--r--font/bh-75dpi/Makefile.bsd-wrapper3
-rw-r--r--font/bh-lucidatypewriter-100dpi/Makefile.bsd-wrapper3
-rw-r--r--font/bh-lucidatypewriter-75dpi/Makefile.bsd-wrapper3
-rw-r--r--font/bh-ttf/Makefile.bsd-wrapper3
-rw-r--r--font/bh-type1/Makefile.bsd-wrapper3
-rw-r--r--font/bitstream-100dpi/Makefile.bsd-wrapper3
-rw-r--r--font/bitstream-75dpi/Makefile.bsd-wrapper3
-rw-r--r--font/bitstream-speedo/Makefile.bsd-wrapper3
-rw-r--r--font/bitstream-type1/Makefile.bsd-wrapper3
-rw-r--r--font/cronyx-cyrillic/Makefile.bsd-wrapper3
-rw-r--r--font/cursor-misc/Makefile.bsd-wrapper3
-rw-r--r--font/daewoo-misc/Makefile.bsd-wrapper3
-rw-r--r--font/dec-misc/Makefile.bsd-wrapper3
-rw-r--r--font/encodings/Makefile.bsd-wrapper3
-rw-r--r--font/ibm-type1/Makefile.bsd-wrapper3
-rw-r--r--font/isas-misc/Makefile.bsd-wrapper3
-rw-r--r--font/jis-misc/Makefile.bsd-wrapper3
-rw-r--r--font/micro-misc/Makefile.bsd-wrapper3
-rw-r--r--font/misc-cyrillic/Makefile.bsd-wrapper3
-rw-r--r--font/misc-ethiopic/Makefile.bsd-wrapper3
-rw-r--r--font/misc-meltho/Makefile.bsd-wrapper3
-rw-r--r--font/misc-misc/Makefile.bsd-wrapper3
-rw-r--r--font/mutt-misc/Makefile.bsd-wrapper3
-rw-r--r--font/schumacher-misc/Makefile.bsd-wrapper3
-rw-r--r--font/screen-cyrillic/Makefile.bsd-wrapper3
-rw-r--r--font/sony-misc/Makefile.bsd-wrapper3
-rw-r--r--font/sun-misc/Makefile.bsd-wrapper3
-rw-r--r--font/util/Makefile.bsd-wrapper3
-rw-r--r--font/winitzki-cyrillic/Makefile.bsd-wrapper3
-rw-r--r--font/xfree86-type1/Makefile.bsd-wrapper3
39 files changed, 136 insertions, 0 deletions
diff --git a/font/Makefile b/font/Makefile
new file mode 100644
index 000000000..45e7f977e
--- /dev/null
+++ b/font/Makefile
@@ -0,0 +1,22 @@
+# $OpenBSD: Makefile,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+# util must come 1st, alias must come last
+SUBDIR= util encodings \
+ adobe-100dpi adobe-75dpi adobe-utopia-100dpi adobe-utopia-75dpi \
+ adobe-utopia-type1 arabic-misc bh-100dpi bh-75dpi \
+ bh-lucidatypewriter-100dpi bh-lucidatypewriter-75dpi bh-ttf \
+ bh-type1 bitstream-100dpi bitstream-75dpi bitstream-speedo \
+ bitstream-type1 cronyx-cyrillic cursor-misc daewoo-misc dec-misc \
+ ibm-type1 isas-misc jis-misc micro-misc misc-cyrillic \
+ misc-ethiopic misc-meltho misc-misc mutt-misc schumacher-misc \
+ screen-cyrillic sony-misc sun-misc winitzki-cyrillic \
+ xfree86-type1 ${EXTRAS} \
+ alias
+
+EXTRAS= bitstream-vera-ttf
+
+.include <bsd.subdir.mk>
+
+build: _SUBDIRUSE
+update: _SUBDIRUSE
+
diff --git a/font/adobe-100dpi/Makefile.bsd-wrapper b/font/adobe-100dpi/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/adobe-100dpi/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/adobe-75dpi/Makefile.bsd-wrapper b/font/adobe-75dpi/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/adobe-75dpi/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/adobe-utopia-100dpi/Makefile.bsd-wrapper b/font/adobe-utopia-100dpi/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/adobe-utopia-100dpi/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/adobe-utopia-75dpi/Makefile.bsd-wrapper b/font/adobe-utopia-75dpi/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/adobe-utopia-75dpi/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/adobe-utopia-type1/Makefile.bsd-wrapper b/font/adobe-utopia-type1/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/adobe-utopia-type1/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/alias/Makefile.bsd-wrapper b/font/alias/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/alias/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/arabic-misc/Makefile.bsd-wrapper b/font/arabic-misc/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/arabic-misc/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/bh-100dpi/Makefile.bsd-wrapper b/font/bh-100dpi/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/bh-100dpi/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/bh-75dpi/Makefile.bsd-wrapper b/font/bh-75dpi/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/bh-75dpi/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/bh-lucidatypewriter-100dpi/Makefile.bsd-wrapper b/font/bh-lucidatypewriter-100dpi/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/bh-lucidatypewriter-100dpi/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/bh-lucidatypewriter-75dpi/Makefile.bsd-wrapper b/font/bh-lucidatypewriter-75dpi/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/bh-lucidatypewriter-75dpi/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/bh-ttf/Makefile.bsd-wrapper b/font/bh-ttf/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/bh-ttf/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/bh-type1/Makefile.bsd-wrapper b/font/bh-type1/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/bh-type1/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/bitstream-100dpi/Makefile.bsd-wrapper b/font/bitstream-100dpi/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/bitstream-100dpi/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/bitstream-75dpi/Makefile.bsd-wrapper b/font/bitstream-75dpi/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/bitstream-75dpi/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/bitstream-speedo/Makefile.bsd-wrapper b/font/bitstream-speedo/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/bitstream-speedo/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/bitstream-type1/Makefile.bsd-wrapper b/font/bitstream-type1/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/bitstream-type1/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/cronyx-cyrillic/Makefile.bsd-wrapper b/font/cronyx-cyrillic/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/cronyx-cyrillic/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/cursor-misc/Makefile.bsd-wrapper b/font/cursor-misc/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/cursor-misc/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/daewoo-misc/Makefile.bsd-wrapper b/font/daewoo-misc/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/daewoo-misc/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/dec-misc/Makefile.bsd-wrapper b/font/dec-misc/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/dec-misc/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/encodings/Makefile.bsd-wrapper b/font/encodings/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/encodings/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/ibm-type1/Makefile.bsd-wrapper b/font/ibm-type1/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/ibm-type1/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/isas-misc/Makefile.bsd-wrapper b/font/isas-misc/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/isas-misc/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/jis-misc/Makefile.bsd-wrapper b/font/jis-misc/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/jis-misc/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/micro-misc/Makefile.bsd-wrapper b/font/micro-misc/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/micro-misc/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/misc-cyrillic/Makefile.bsd-wrapper b/font/misc-cyrillic/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/misc-cyrillic/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/misc-ethiopic/Makefile.bsd-wrapper b/font/misc-ethiopic/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/misc-ethiopic/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/misc-meltho/Makefile.bsd-wrapper b/font/misc-meltho/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/misc-meltho/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/misc-misc/Makefile.bsd-wrapper b/font/misc-misc/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/misc-misc/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/mutt-misc/Makefile.bsd-wrapper b/font/mutt-misc/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/mutt-misc/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/schumacher-misc/Makefile.bsd-wrapper b/font/schumacher-misc/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/schumacher-misc/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/screen-cyrillic/Makefile.bsd-wrapper b/font/screen-cyrillic/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/screen-cyrillic/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/sony-misc/Makefile.bsd-wrapper b/font/sony-misc/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/sony-misc/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/sun-misc/Makefile.bsd-wrapper b/font/sun-misc/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/sun-misc/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/util/Makefile.bsd-wrapper b/font/util/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/util/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/winitzki-cyrillic/Makefile.bsd-wrapper b/font/winitzki-cyrillic/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/winitzki-cyrillic/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>
diff --git a/font/xfree86-type1/Makefile.bsd-wrapper b/font/xfree86-type1/Makefile.bsd-wrapper
new file mode 100644
index 000000000..cc571899b
--- /dev/null
+++ b/font/xfree86-type1/Makefile.bsd-wrapper
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
+
+.include <bsd.xorg.mk>