summaryrefslogtreecommitdiff
path: root/editors/ted-pl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ted-pl/Makefile')
-rw-r--r--editors/ted-pl/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/editors/ted-pl/Makefile b/editors/ted-pl/Makefile
new file mode 100644
index 00000000000..006a3d118fd
--- /dev/null
+++ b/editors/ted-pl/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/04/09 13:35:15 markd Exp $
+
+DISTNAME= Ted_pl_PL
+PKGNAME= ted-pl-2.14
+WRKSRC= ${WRKDIR}
+CATEGORIES= editors
+MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \
+ ftp://metalab.unc.edu/pub/packages/editors/ted/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.nllgg.nl/Ted/
+COMMENT= Polish spelling dictionary for the Ted word processor
+
+DEPENDS+= ted>=2.6:../../editors/ted
+
+USE_X11BASE= YES
+
+DIST_SUBDIR= Ted-2.14
+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
+ ${MKDIR} ${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"