9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
27 lines
637 B
Makefile
27 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:32 jlam Exp $
|
|
|
|
DISTNAME= Ted_it_IT
|
|
PKGNAME= ted-it-2.16
|
|
PKGREVISION= 1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \
|
|
ftp://metalab.unc.edu/pub/packages/editors/ted/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.nllgg.nl/Ted/
|
|
COMMENT= Italian spelling dictionary for the Ted word processor
|
|
|
|
DEPENDS+= ted>=2.6:../../editors/ted
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
USE_X11BASE= YES
|
|
|
|
DIST_SUBDIR= Ted-2.16
|
|
NO_BUILD= YES
|
|
|
|
INSTALLATION_DIRS= share/Ted/ind
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/ind/Italian.ind ${PREFIX}/share/Ted/ind
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|