diff options
Diffstat (limited to 'editors/ted-cs/Makefile')
-rw-r--r-- | editors/ted-cs/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/ted-cs/Makefile b/editors/ted-cs/Makefile new file mode 100644 index 00000000000..e5c29c5e02b --- /dev/null +++ b/editors/ted-cs/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +DISTNAME= Ted_CZ +PKGNAME= ted-cs-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= Czech 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/Czech.ind ${PREFIX}/share/Ted/ind + +.include "../../mk/bsd.pkg.mk" |