pkgsrc/editors/ted-pl/Makefile
markd e54791f172 Update Ted to version 2.16
Changes since version 2.14
(Ted 2.16 Apr 18, 2004)
* Fixed some bugs, in particular a crash after you deleted a table near
  the end of a document. Additionally many bugs relating to (foot)notes
  were fixed.
* More navigation keys work like in MS-Word.
* Refresh of some of the translations and spelling dictionaries.
* Support for a second custom print command to support both ghostview for
  print preview and xpp for double sided printing.
(Ted 2.15 Apr 5, 2004)
* Norwegian window texts
* Printing (and so pdf conversion) of embedded macpict images
* Bug fixes.
* Mapping between rtf, PostScript and X11 fonts revisited. Preparations
  for the integration with the GhostScript font installation. Fonts can be
  embedded in the printout to print on any printer.
* Separated Spanish Spanish texts and Argentinial Spanish texts.
* Many fixes to support Central European and Greek files.
* Very thoroughly tested by Jonathan Drews and Axel Schwarzer.
2004-05-11 11:50:00 +00:00

35 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2004/05/11 11:50:01 markd Exp $
DISTNAME= Ted_pl_PL
PKGNAME= ted-pl-2.16
CATEGORIES= editors
MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \
ftp://metalab.unc.edu/pub/packages/editors/ted/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.nllgg.nl/Ted/
COMMENT= Polish spelling dictionary for the Ted word processor
DEPENDS+= ted>=2.6:../../editors/ted
WRKSRC= ${WRKDIR}
USE_X11BASE= YES
DIST_SUBDIR= Ted-2.16
NO_BUILD= YES
post-extract:
cd ${WRKSRC};tar xvf Ted/ad/Ted_pl_PL.ad.tar
post-patch:
${ECHO} "Ted*fontList: -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-2" \
>>${WRKSRC}/usr/lib/X11/pl_PL/app-defaults/Ted
${ECHO} "Ted.documentFileName: ${PREFIX}/share/doc/Ted/TedDocument-en_US.rtf" \
>>${WRKSRC}/usr/lib/X11/pl_PL/app-defaults/Ted
do-install:
${INSTALL_DATA} ${WRKSRC}/ind/Polish.ind ${PREFIX}/share/Ted/ind
${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/app-defaults/pl_PL
${INSTALL_DATA} ${WRKSRC}/usr/lib/X11/pl_PL/app-defaults/Ted ${PREFIX}/lib/X11/app-defaults/pl_PL/
.include "../../mk/bsd.pkg.mk"