summaryrefslogtreecommitdiff
path: root/editors/ted-de/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-05-14 14:42:19 +0000
committerwiz <wiz>2001-05-14 14:42:19 +0000
commit31b4f4fc624883f8dfe3df176d8a90e860d06379 (patch)
tree1dfd95754bf46036a8e8f9848320baa87a1e1adf /editors/ted-de/Makefile
parent0fb2c16dcf177e2940314ac4bbfd11c84ecae526 (diff)
downloadpkgsrc-31b4f4fc624883f8dfe3df176d8a90e860d06379.tar.gz
Move ted and support packages from textproc to editors.
Diffstat (limited to 'editors/ted-de/Makefile')
-rw-r--r--editors/ted-de/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/ted-de/Makefile b/editors/ted-de/Makefile
new file mode 100644
index 00000000000..1d2ed95f95b
--- /dev/null
+++ b/editors/ted-de/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $
+
+DISTNAME= Ted_D
+PKGNAME= ted-de-2.6
+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= German spelling dictionary for the Ted word processor
+
+DEPENDS+= ted>=2.6:../../editors/ted
+
+USE_X11BASE= YES
+
+NO_BUILD= YES
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/ind/German.ind ${PREFIX}/share/Ted/ind
+
+.include "../../mk/bsd.pkg.mk"