summaryrefslogtreecommitdiff
path: root/fonts/font-sun-misc/Makefile
diff options
context:
space:
mode:
authorobache <obache>2010-09-10 06:00:21 +0000
committerobache <obache>2010-09-10 06:00:21 +0000
commit8407d687cbe6b625e226303db8deb8b6c24772e3 (patch)
tree9aa85061e861c1029e5297d0ad8e03245329ca15 /fonts/font-sun-misc/Makefile
parentc5a4ebdcb6ef5b78d885b4229bb6c73fdb18917c (diff)
downloadpkgsrc-8407d687cbe6b625e226303db8deb8b6c24772e3.tar.gz
Import font-sun-misc-1.0.1 as fonts/font-sun-misc.
This are the PCF versions of the Sun Open Look cursor and gryph fonts. This is from the modular Xorg project.
Diffstat (limited to 'fonts/font-sun-misc/Makefile')
-rw-r--r--fonts/font-sun-misc/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/fonts/font-sun-misc/Makefile b/fonts/font-sun-misc/Makefile
new file mode 100644
index 00000000000..ca6a33ec6a5
--- /dev/null
+++ b/fonts/font-sun-misc/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/09/10 06:00:21 obache Exp $
+#
+
+DISTNAME= font-sun-misc-1.0.1
+CATEGORIES= fonts
+MASTER_SITES= ${MASTER_SITE_XORG:=font/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Sun Open Look PCF fonts
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= bdftopcf gzip
+
+INSTALLATION_DIRS+= share/doc/${PKGBASE}
+
+FONTS_DIRS.x11= lib/X11/fonts/misc
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
+
+.include "../../mk/bsd.pkg.mk"