summaryrefslogtreecommitdiff
path: root/editors/ted-en-us/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ted-en-us/Makefile')
-rw-r--r--editors/ted-en-us/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/editors/ted-en-us/Makefile b/editors/ted-en-us/Makefile
new file mode 100644
index 00000000000..04dc27128e6
--- /dev/null
+++ b/editors/ted-en-us/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $
+
+DISTNAME= ted-2.8.src
+PKGNAME= ted-en-us-2.8
+WRKSRC= ${WRKDIR}/Ted-2.8
+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= US English spelling dictionary for the Ted word processor
+
+DEPENDS+= ted>=2.6:../../editors/ted
+
+USE_X11BASE= YES
+NO_BUILD= YES
+
+post-extract:
+ @cd ${WRKSRC} ; ${GTAR} xf tedPackage/TedBindist.tar
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/ind/US_English.ind ${PREFIX}/share/Ted/ind
+
+.include "../../mk/bsd.pkg.mk"