summaryrefslogtreecommitdiff
path: root/fonts/font-misc-meltho/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/font-misc-meltho/Makefile')
-rw-r--r--fonts/font-misc-meltho/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/fonts/font-misc-meltho/Makefile b/fonts/font-misc-meltho/Makefile
new file mode 100644
index 00000000000..89da0a66d4d
--- /dev/null
+++ b/fonts/font-misc-meltho/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/09/10 05:52:47 obache Exp $
+#
+
+DISTNAME= font-misc-meltho-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 Meltho OTF fonts
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+
+INSTALLATION_DIRS+= share/doc/${PKGBASE}
+
+FONTS_DIRS.ttf= share/fonts/X11/OTF
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
+
+.include "../../mk/bsd.pkg.mk"