summaryrefslogtreecommitdiff
path: root/fonts/mozilla-fonts/Makefile
diff options
context:
space:
mode:
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"