summaryrefslogtreecommitdiff
path: root/fonts/mozilla-fonts/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-04-09 13:17:24 +0000
committerwiz <wiz>2002-04-09 13:17:24 +0000
commit7eabaa50d9298a79fb781c9dfa658f601d2b1b63 (patch)
treeb30e03edd60f82f518cd2d89b158a275647995bc /fonts/mozilla-fonts/Makefile
parent7250c955d817f9e812cf3f00c17990b32822e54c (diff)
downloadpkgsrc-7eabaa50d9298a79fb781c9dfa658f601d2b1b63.tar.gz
Initial import of mozilla-fonts package provided by rxg in pkg/16267.
This is a complete set of three font faces (Times, Helvetica, Courier) in seven sizes and four variants each, optimized for use by the Netscape (Mozilla) WWW browser under Unix.
Diffstat (limited to 'fonts/mozilla-fonts/Makefile')
-rw-r--r--fonts/mozilla-fonts/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/fonts/mozilla-fonts/Makefile b/fonts/mozilla-fonts/Makefile
new file mode 100644
index 00000000000..0e9950c7a15
--- /dev/null
+++ b/fonts/mozilla-fonts/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/04/09 13:17:24 wiz Exp $
+
+DISTNAME= mozilla-fonts-1.0
+CATEGORIES= fonts www
+MASTER_SITES= http://www.myrddin.demon.co.uk/dist/
+
+MAINTAINER= rxg@netbsd.org
+HOMEPAGE= http://www.myrddin.demon.co.uk/dist/
+COMMENT= optimized fonts for Netscape/Mozilla
+
+USE_X11BASE= yes
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mozilla-fonts
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mozilla-fonts
+
+.include "../../mk/bsd.pkg.mk"