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

29 lines
634 B
Makefile

# $NetBSD: Makefile,v 1.15 2008/03/03 18:25:53 jlam Exp $
DISTNAME= Ted_pt_PT
PKGNAME= ted-pt-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= Portuguese spelling dictionary for the Ted word processor
DEPENDS+= ted>=2.6:../../editors/ted
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
USE_X11BASE= YES
DIST_SUBDIR= Ted-2.16
NO_BUILD= YES
INSTALLATION_DIRS= share/Ted/ind
do-install:
${INSTALL_DATA} ${WRKSRC}/ind/Portuguese.ind \
${DESTDIR}${PREFIX}/share/Ted/ind
.include "../../mk/bsd.pkg.mk"