pkgsrc/print/xpdf-greek/Makefile
mef c4b5eca9e9 (pkgsrc)
- Add LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
(upstream)
  - Update xpdf-* listed below
    from 2002-2005 to 20110815 or 20110902
(from)
             xpdf-arabic-20030216
 xpdf-chinese-simplified-20040727
xpdf-chinese-traditional-20040727
           xpdf-cyrillic-20030628
              xpdf-greek-20020628
             xpdf-hebrew-20030216
           xpdf-japanese-20040727
             xpdf-korean-20050707
             xpdf-latin2-20021022
               xpdf-thai-20020116
            xpdf-turkish-20020410
(to)
             xpdf-arabic-20110815
 xpdf-chinese-simplified-20110902
xpdf-chinese-traditional-20110902
           xpdf-cyrillic-20110815
              xpdf-greek-20110815
             xpdf-hebrew-20110815
           xpdf-japanese-20110902
             xpdf-korean-20110902
             xpdf-latin2-20110815
               xpdf-thai-20110815
            xpdf-turkish-20110815

Changes are stated in following file
   ftp://ftp.foolabs.com/pub/xpdf/CHANGES
The date and release numbers of xpdf are:
  3.01 (2005-aug-17)
  3.02 (2007-feb-27)
  3.03 (2011-aug-15)
2014-12-14 13:47:49 +00:00

32 lines
887 B
Makefile

# $NetBSD: Makefile,v 1.20 2014/12/14 13:47:49 mef Exp $
#
DISTNAME= xpdf-greek-2011-aug-15
PKGNAME= xpdf-greek-20110815
CATEGORIES= print
MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
http://gd.tuwien.ac.at/publishing/xpdf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.foolabs.com/xpdf/
COMMENT= Xpdf support files for Greek
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
DEPENDS+= xpdf>=2.02:../../print/xpdf
WRKSRC= ${WRKDIR}/xpdf-greek
NO_CONFIGURE= yes
NO_BUILD= yes
INSTALLATION_DIRS+= share/xpdf/greek
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} ${WRKSRC}/Greek.nameToUnicode \
${WRKSRC}/ISO-8859-7.unicodeMap ${WRKSRC}/add-to-xpdfrc \
${DESTDIR}${PREFIX}/share/xpdf/greek
.include "../../mk/bsd.pkg.mk"