summaryrefslogtreecommitdiff
path: root/fonts/ghostscript-cmaps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/ghostscript-cmaps/Makefile')
-rw-r--r--fonts/ghostscript-cmaps/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/fonts/ghostscript-cmaps/Makefile b/fonts/ghostscript-cmaps/Makefile
new file mode 100644
index 00000000000..4b67886062b
--- /dev/null
+++ b/fonts/ghostscript-cmaps/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/13 22:35:49 jlam Exp $
+
+DISTNAME= ghostscript-cmaps-20020913
+CATEGORIES= fonts
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+DEPENDS+= adobe-cmaps>=20020913:../../fonts/adobe-cmaps
+
+MAINTAINER= jlam@netbsd.org
+COMMENT= CMap resources for Ghostscript
+
+GHOSTSCRIPT_REQD= 6.53
+
+ADOBE_RESOURCEDIR= ${PREFIX}/share/Adobe/Resource
+GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/Resource
+
+EXTRACT_ONLY= # empty
+NO_CONFIGURE= # defined
+NO_BUILD= # defined
+
+DEINSTALL_EXTRA_TMPL= ${.CURDIR}/INSTALL
+INSTALL_EXTRA_TMPL= ${.CURDIR}/INSTALL
+
+FILES_SUBST+= ADOBE_RESOURCEDIR=${ADOBE_RESOURCEDIR}
+FILES_SUBST+= GS_RESOURCEDIR=${GS_RESOURCEDIR}
+FILES_SUBST+= PKG_INFO=${PKG_TOOLS_BIN}/pkg_info
+
+MAKE_DIRS= ${GS_RESOURCEDIR} ${GS_RESOURCEDIR}/CMap
+
+do-install: # nothing
+
+.include "../../mk/bsd.pkg.install.mk"
+.include "../../mk/bsd.pkg.mk"