pkgsrc/print/xpdf-hebrew/Makefile
jlam dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00

35 lines
913 B
Makefile

# $NetBSD: Makefile,v 1.13 2005/12/29 06:22:08 jlam Exp $
#
DISTNAME= xpdf-hebrew-2003-feb-16
PKGNAME= xpdf-hebrew-20030216
CATEGORIES= print
MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
http://gd.tuwien.ac.at/publishing/xpdf/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.foolabs.com/xpdf/
COMMENT= Xpdf support files for Hebrew
DEPENDS+= xpdf>=2.02:../../print/xpdf
WRKSRC= ${WRKDIR}/xpdf-hebrew
NO_CONFIGURE= yes
NO_BUILD= yes
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
post-patch:
${MV} ${WRKSRC}/add-to-xpdfrc ${WRKSRC}/add-to-xpdfrc.orig
${SED} -e 's:/usr/local:'${PREFIX}':g' < ${WRKSRC}/add-to-xpdfrc.orig > ${WRKSRC}/add-to-xpdfrc
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/xpdf/hebrew
${INSTALL_DATA} ${WRKSRC}/ISO-8859-8.unicodeMap \
${PREFIX}/share/xpdf/hebrew
post-install:
${CAT} ${WRKSRC}/add-to-xpdfrc >> ${PKG_SYSCONFDIR}/xpdfrc
.include "../../mk/bsd.pkg.mk"