9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
26 lines
579 B
Makefile
26 lines
579 B
Makefile
# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:07 rillig Exp $
|
|
|
|
DISTNAME= Ted_it_IT
|
|
PKGNAME= ted-it-2.16
|
|
PKGREVISION= 1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.nllgg.nl/Ted/
|
|
COMMENT= Italian spelling dictionary for the Ted word processor
|
|
|
|
DEPENDS+= ted>=2.6:../../editors/ted
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
DIST_SUBDIR= Ted-2.16
|
|
NO_BUILD= YES
|
|
|
|
INSTALLATION_DIRS= share/Ted/ind
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/ind/Italian.ind \
|
|
${DESTDIR}${PREFIX}/share/Ted/ind
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|