summaryrefslogtreecommitdiff
path: root/fonts/font-cronyx-cyrillic/Makefile
diff options
context:
space:
mode:
authorobache <obache>2010-09-10 05:48:08 +0000
committerobache <obache>2010-09-10 05:48:08 +0000
commitca7927bdd920d8c9882d90277ed0c5376f43b9d7 (patch)
tree8af890e58ce5ab666008f2b95f96823899368004 /fonts/font-cronyx-cyrillic/Makefile
parent6fc410086fd6d60fba68eec09dc12ecdc9213be5 (diff)
downloadpkgsrc-ca7927bdd920d8c9882d90277ed0c5376f43b9d7.tar.gz
Import font-cronyx-cyrillic-1.0.1 as fonts/font-cronyx-cyrillic.
This are the PCF versions of the following Cronyx Cyrillic fonts for 100dpi displays: - Courier - Helvetica - Times This is from the modular Xorg project.
Diffstat (limited to 'fonts/font-cronyx-cyrillic/Makefile')
-rw-r--r--fonts/font-cronyx-cyrillic/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/fonts/font-cronyx-cyrillic/Makefile b/fonts/font-cronyx-cyrillic/Makefile
new file mode 100644
index 00000000000..6d099787576
--- /dev/null
+++ b/fonts/font-cronyx-cyrillic/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/09/10 05:48:08 obache Exp $
+#
+
+DISTNAME= font-cronyx-cyrillic-1.0.1
+CATEGORIES= fonts
+MASTER_SITES= ${MASTER_SITE_XORG:=font/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= ftp://ftp.freedesktop.org/pub/individual/font/
+COMMENT= Cronyx Cyrillic PCF fonts
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= bdftopcf gzip
+
+INSTALLATION_DIRS+= share/doc/${PKGBASE}
+
+FONTS_DIRS.x11= share/fonts/X11/cyrillic
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
+
+.include "../../mk/bsd.pkg.mk"