summaryrefslogtreecommitdiff
path: root/print/xpdf-chinese-simplified/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/xpdf-chinese-simplified/Makefile')
-rw-r--r--print/xpdf-chinese-simplified/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/print/xpdf-chinese-simplified/Makefile b/print/xpdf-chinese-simplified/Makefile
deleted file mode 100644
index 407e3b2e905..00000000000
--- a/print/xpdf-chinese-simplified/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2003/06/02 01:17:25 jschauma Exp $
-#
-
-DISTNAME= xpdf-chinese-simplified
-PKGNAME= ${DISTNAME}-20020617
-PKGREVISION= 1
-WRKSRC= ${WRKDIR}/${DISTNAME}
-CATEGORIES= print
-MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/
-
-MAINTAINER= tech-pkg@netbsd.org
-HOMEPAGE= http://www.foolabs.com/xpdf/
-COMMENT= xpdf support files for Chinese (Simplified)
-
-DEPENDS+= xpdf>=2.02:../../print/xpdf
-
-USE_PKGINSTALL= yes
-
-DIST_SUBDIR= ${PKGNAME_NOREV}
-NO_CONFIGURE= yes
-NO_BUILD= yes
-
-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/chinese-simplified
- ${INSTALL_DATA} ${WRKSRC}/Adobe-GB1.cidToUnicode \
- ${PREFIX}/share/xpdf/chinese-simplified
- ${INSTALL_DATA} ${WRKSRC}/EUC-CN.unicodeMap \
- ${PREFIX}/share/xpdf/chinese-simplified
- ${INSTALL_DATA} ${WRKSRC}/GBK.unicodeMap \
- ${PREFIX}/share/xpdf/chinese-simplified
- ${INSTALL_DATA} ${WRKSRC}/ISO-2022-CN.unicodeMap \
- ${PREFIX}/share/xpdf/chinese-simplified
- ${INSTALL_DATA_DIR} ${PREFIX}/share/xpdf/chinese-simplified/CMap
- ${INSTALL_DATA} ${WRKSRC}/CMap/* ${PREFIX}/share/xpdf/chinese-simplified/CMap
-
-post-install:
- ${CAT} ${WRKSRC}/add-to-xpdfrc >> ${PKG_SYSCONFDIR}/xpdfrc
-
-.include "../../mk/bsd.pkg.mk"