summaryrefslogtreecommitdiff
path: root/fonts/font-misc-cyrillic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/font-misc-cyrillic/Makefile')
-rw-r--r--fonts/font-misc-cyrillic/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/fonts/font-misc-cyrillic/Makefile b/fonts/font-misc-cyrillic/Makefile
new file mode 100644
index 00000000000..ea96cf2fcca
--- /dev/null
+++ b/fonts/font-misc-cyrillic/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/09/10 05:50:28 obache Exp $
+#
+
+DISTNAME= font-misc-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= Miscellaneous Cyrillic "fixed" 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"