pkgsrc/editors/ted-en-us/Makefile
jlam 80c7fb273d Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 18:25:52 +00:00

31 lines
713 B
Makefile

# $NetBSD: Makefile,v 1.17 2008/03/03 18:25:53 jlam Exp $
DISTNAME= ted-2.16.src
PKGNAME= ted-en-us-2.16
PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.nllgg.nl/Ted/
COMMENT= US English spelling dictionary for the Ted word processor
DEPENDS+= ted>=2.6:../../editors/ted
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/Ted-2.16
USE_X11BASE= YES
NO_BUILD= YES
USE_TOOLS+= gtar
INSTALLATION_DIRS= share/Ted/ind
post-extract:
@cd ${WRKSRC} ; ${GTAR} xf tedPackage/TedBindist.tar
do-install:
${INSTALL_DATA} ${WRKSRC}/ind/US_English.ind \
${DESTDIR}${PREFIX}/share/Ted/ind
.include "../../mk/bsd.pkg.mk"