summaryrefslogtreecommitdiff
path: root/fonts/font-bh-100dpi/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-15 11:20:18 +0000
committerjoerg <joerg>2006-11-15 11:20:18 +0000
commitfd74b5e5498bd3b2076c882aeda83b19b1c069b1 (patch)
treec26c5ff028d993ab1cf57c04ac12d59cbbe5fb22 /fonts/font-bh-100dpi/Makefile
parentdf01a70d7bd9e7ae620084e5c280441e88184d15 (diff)
downloadpkgsrc-fd74b5e5498bd3b2076c882aeda83b19b1c069b1.tar.gz
Import fonts-bh-100dpi-1.0.0:
This are the PCF versions of the following Bigelow & Holmes fonts for 100dpi displays: - Lucida - Lucida Bright This is from the modular Xorg project.
Diffstat (limited to 'fonts/font-bh-100dpi/Makefile')
-rw-r--r--fonts/font-bh-100dpi/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/fonts/font-bh-100dpi/Makefile b/fonts/font-bh-100dpi/Makefile
new file mode 100644
index 00000000000..ebe5dd50176
--- /dev/null
+++ b/fonts/font-bh-100dpi/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/15 11:20:18 joerg Exp $
+#
+
+DISTNAME= font-bh-100dpi-1.0.0
+CATEGORIES= fonts
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/font/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Standard 100dpi Bigelow & Holmes PCF fonts
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= gmake pkg-config bdftopcf ucs2any
+
+FONTS_DIRS.x11= lib/X11/fonts/100dpi
+
+INSTALLATION_DIRS= share/doc/font-bh-100dpi
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/font-bh-100dpi
+
+.include "../../fonts/font-util/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"