summaryrefslogtreecommitdiff
path: root/editors/ted-fr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ted-fr/Makefile')
-rw-r--r--editors/ted-fr/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/editors/ted-fr/Makefile b/editors/ted-fr/Makefile
deleted file mode 100644
index 68f6dd77e0e..00000000000
--- a/editors/ted-fr/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:49 jlam Exp $
-
-DISTNAME= Ted_fr_FR
-PKGNAME= ted-fr-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= French 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
-
-INSTALLATION_DIRS= share/Ted/ind
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/ind/French.ind ${PREFIX}/share/Ted/ind
-
-.include "../../mk/bsd.pkg.mk"