pkgsrc/editors/ted-en-us/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

25 lines
654 B
Makefile

# $NetBSD: Makefile,v 1.6 2003/06/02 01:20:05 jschauma Exp $
DISTNAME= ted-2.14.src
PKGNAME= ted-en-us-2.14
WRKSRC= ${WRKDIR}/Ted-2.14
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= US English spelling dictionary for the Ted word processor
DEPENDS+= ted>=2.6:../../editors/ted
USE_X11BASE= YES
NO_BUILD= YES
post-extract:
@cd ${WRKSRC} ; ${GTAR} xf tedPackage/TedBindist.tar
do-install:
${INSTALL_DATA} ${WRKSRC}/ind/US_English.ind ${PREFIX}/share/Ted/ind
.include "../../mk/bsd.pkg.mk"