pkgsrc/print/dvipdfmx/Makefile
minskim d39f290eef Update dvipdfmx to 20070518.
Changes since 20050831:
- Xref and object stream were implemented for PDF v1.5 or higher to reduce the
  size of the PDF output.
- New program "xbb" is included, which generates ".xbb" file containing the
  bounding box information. For bitmap images, DVIPDFMx generates the same
  result as pdfTeX if ".xbb" is used, and as DVIPDFM if ".bb" is used.
- Many bug fixes.
2007-06-06 22:16:33 +00:00

36 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.28 2007/06/06 22:16:33 minskim Exp $
DISTNAME= dvipdfmx-20070518
PKGNAME= ${DISTNAME:S/-/-0.0.0./}
CATEGORIES= print converters
MASTER_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/release/
MAINTAINER= kei@NetBSD.org
HOMEPAGE= http://project.ktug.or.kr/dvipdfmx/
COMMENT= Dvi to pdf converter with CID-keyed font support
DEPENDS+= adobe-cmaps>=20060615:../../fonts/adobe-cmaps
CONFLICTS+= dvipdfm-[0-9]*
CONFLICTS+= ja-dvipdfm-[0-9]*
USE_DIRS+= texmf-1.4
USE_TOOLS+= gs:run
GNU_CONFIGURE= YES
MAKE_ENV+= PKG_LOCALTEXMFPREFIX=${PKG_LOCALTEXMFPREFIX:Q}
.include "../../graphics/png/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../print/dvipdfmx/map.mk"
.include "../../print/teTeX/module.mk"
post-install:
cd ${PKG_LOCALTEXMFPREFIX}/dvipdfm; \
for file in ../../Adobe/Resource/CMap/*; do \
${LN} -sf $$file `${BASENAME} $$file`; \
done
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dvipdfmx
${MV} ${PKG_LOCALTEXMFPREFIX}/dvipdfm/dvipdfmx.cfg \
${PREFIX}/share/examples/dvipdfmx/
.include "../../mk/bsd.pkg.mk"