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