da30dbe3f8
- Use OPTION for driver selection. - Revert bogus Japanese font support patch. This version already supports Japanese TTF/OTF. - Add more Asian fonts in cidfmap. - Clean up Makfile.
9 lines
237 B
Text
9 lines
237 B
Text
# $FreeBSD$
|
|
|
|
post-install-dmprt:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${EPAG_NAME}/ert ${PREFIX}/bin
|
|
cd ${FILESDIR} && \
|
|
${INSTALL_DATA} lqx70ch.upp lqx70cl.upp lqx70cm.upp \
|
|
${DATADIR}/${PORTVERSION}/lib
|
|
|
|
post-install: post-install-dmprt
|