summaryrefslogtreecommitdiff
path: root/print/xpdf-hebrew/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-11-08 10:08:59 +0000
committerwiz <wiz@pkgsrc.org>2002-11-08 10:08:59 +0000
commit91d78f6b35ebd3c665f2fe806fc6decfdf15714a (patch)
tree884b24883db6fb3bce65a869931e8bbc6e5e0087 /print/xpdf-hebrew/Makefile
parent9a4fdafbe1da5dcf7f7a2532782b1f19ba1b31bc (diff)
downloadpkgsrc-91d78f6b35ebd3c665f2fe806fc6decfdf15714a.tar.gz
Initial import of xpdf-hebrew -- Hebrew language support files for xpdf.
Diffstat (limited to 'print/xpdf-hebrew/Makefile')
-rw-r--r--print/xpdf-hebrew/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/print/xpdf-hebrew/Makefile b/print/xpdf-hebrew/Makefile
new file mode 100644
index 00000000000..8c701400980
--- /dev/null
+++ b/print/xpdf-hebrew/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/11/08 10:08:59 wiz Exp $
+#
+
+DISTNAME= xpdf-hebrew-2002-oct-22
+PKGNAME= xpdf-hebrew-20021022
+CATEGORIES= print
+MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.foolabs.com/xpdf/
+COMMENT= xpdf support files for Hebrew
+
+DEPENDS+= xpdf>=1.00:../../print/xpdf
+
+USE_X11BASE= yes
+
+WRKSRC= ${WRKDIR}/xpdf-hebrew
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+post-patch:
+ ${MV} ${WRKSRC}/add-to-xpdfrc ${WRKSRC}/add-to-xpdfrc.orig
+ ${SED} -e 's:/usr/local:'${X11PREFIX}':g' < ${WRKSRC}/add-to-xpdfrc.orig > ${WRKSRC}/add-to-xpdfrc
+
+do-install:
+ ${INSTALL_DATA_DIR} ${X11PREFIX}/share/xpdf/hebrew
+ ${INSTALL_DATA} ${WRKSRC}/ISO-8859-8.unicodeMap \
+ ${X11PREFIX}/share/xpdf/hebrew
+
+post-install:
+ ${CAT} ${WRKSRC}/add-to-xpdfrc >> ${PKG_SYSCONFDIR}/xpdfrc
+
+.include "../../mk/bsd.pkg.mk"