diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:08:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:08:20 +0000 |
commit | 3c134ede8d50ff28b30f90d818aaf8ede44c772b (patch) | |
tree | c08e8618dfbe30ff4fc1e9dfeeeaee044115c5ce /x11-fonts | |
parent | 0e600e3ae169a0fee136d33c7387b27e544563a1 (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 12 | ||||
-rw-r--r-- | x11-fonts/pkg/COMMENT | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile new file mode 100644 index 000000000000..81403079763c --- /dev/null +++ b/x11-fonts/Makefile @@ -0,0 +1,12 @@ +# $Id$ +# + + SUBDIR += etlfonts + SUBDIR += freefonts + SUBDIR += getbdf + SUBDIR += sharefonts + SUBDIR += tkfont + SUBDIR += xfed + SUBDIR += xmbdfed + +.include <bsd.port.subdir.mk> diff --git a/x11-fonts/pkg/COMMENT b/x11-fonts/pkg/COMMENT new file mode 100644 index 000000000000..200352497b6c --- /dev/null +++ b/x11-fonts/pkg/COMMENT @@ -0,0 +1 @@ +X11 fonts and font utilities. |