summaryrefslogtreecommitdiff
path: root/fonts/font-bh-75dpi/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-15 11:20:56 +0000
committerjoerg <joerg>2006-11-15 11:20:56 +0000
commit24bb5448ad1ddfa3d71e0be907d19fcfbeda85fb (patch)
tree3cd416e672880f86f5e2768ebe54d9c2c875de9e /fonts/font-bh-75dpi/Makefile
parentfd74b5e5498bd3b2076c882aeda83b19b1c069b1 (diff)
downloadpkgsrc-24bb5448ad1ddfa3d71e0be907d19fcfbeda85fb.tar.gz
Import font-bh-75dpi-1.0.0:
This are the PCF versions of the following Bigelow & Holmes fonts for 75dpi displays: - Lucida - Lucida Bright This is from the modular Xorg project.
Diffstat (limited to 'fonts/font-bh-75dpi/Makefile')
-rw-r--r--fonts/font-bh-75dpi/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/fonts/font-bh-75dpi/Makefile b/fonts/font-bh-75dpi/Makefile
new file mode 100644
index 00000000000..17a8d1172dd
--- /dev/null
+++ b/fonts/font-bh-75dpi/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/15 11:20:56 joerg Exp $
+#
+
+DISTNAME= font-bh-75dpi-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 75dpi 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/75dpi
+
+INSTALLATION_DIRS= share/doc/font-bh-75dpi
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/font-bh-75dpi
+
+.include "../../fonts/font-util/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"