pkgsrc/textproc/ted-fr/Makefile
dmcmahill f90f8768f6 add ted-fr-2.5.
French spelling dictionary for the Ted word processor.
1999-09-19 11:27:54 +00:00

21 lines
449 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 1999/09/19 11:27:54 dmcmahill Exp $
DISTNAME= Ted_F
PKGNAME= ted-fr-2.5
WRKSRC= ${WRKDIR}
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.nllgg.nl/Ted/
DEPENDS+= ted-2.5:../../textproc/ted
USE_X11BASE= YES
NO_BUILD= YES
do-install:
${INSTALL_DATA} ${WRKSRC}/ind/French.ind ${PREFIX}/share/Ted/ind
.include "../../mk/bsd.pkg.mk"