9fd486cfe9
Changes are unknown, except that it doesn't depend on libungif anymore. XXX: Merge the spellchecking packages? XXX: There are three more for sk, hu, and pl, if anybody cares.
23 lines
564 B
Makefile
23 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/05/19 17:18:44 wiz Exp $
|
|
|
|
DISTNAME= Ted_no_NO
|
|
PKGNAME= ted-no-2.10
|
|
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= Norwegian 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/Norwegian.ind ${PREFIX}/share/Ted/ind
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|