pkgsrc/editors/ted-no/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

24 lines
591 B
Makefile

# $NetBSD: Makefile,v 1.6 2003/06/02 01:20:04 jschauma Exp $
DISTNAME= Ted_no_NO
PKGNAME= ted-no-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= Norwegian 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/Norwegian.ind ${PREFIX}/share/Ted/ind
.include "../../mk/bsd.pkg.mk"