pkgsrc/editors/ted-fr/Makefile
2003-07-17 21:31:04 +00:00

24 lines
582 B
Makefile

# $NetBSD: Makefile,v 1.7 2003/07/17 21:34:56 grant Exp $
DISTNAME= Ted_fr_FR
PKGNAME= ted-fr-2.14
WRKSRC= ${WRKDIR}
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
USE_X11BASE= YES
DIST_SUBDIR= Ted-2.14
NO_BUILD= YES
do-install:
${INSTALL_DATA} ${WRKSRC}/ind/French.ind ${PREFIX}/share/Ted/ind
.include "../../mk/bsd.pkg.mk"