8fdf3ffa95
1) Shorter package name; 2) Be consistent with kde3-l18n-*, kde4-l10n-*, hunspell-*, aspell-*, lang-* PKG_OPTIONS; 3) Simplify modifications to PKGNAME in some Makefiles; 4) Accordance with international language naming standards; and rename the ispell-base package to ispell, to be consistent with aspell and hunspell. Bump PKGREVISION where necessary.
24 lines
632 B
Makefile
24 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/04/24 02:20:40 rodent Exp $
|
|
#
|
|
|
|
DISTNAME= ispell-pl-20021127
|
|
PKGNAME= ${DISTNAME:S/-pl-/-polski-/}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ispell-pl/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://ispell-pl.sourceforge.net/
|
|
COMMENT= Polish dictionary for interactive spelling checker
|
|
|
|
DEPENDS+= ispell>=3.1.20:../../textproc/ispell
|
|
|
|
INSTALLATION_DIRS= lib
|
|
|
|
do-build:
|
|
cd ${WRKSRC} && ${SH} ./zbuduj.slownik.sh
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/polish.aff ${DESTDIR}${PREFIX}/lib
|
|
${INSTALL_DATA} ${WRKSRC}/polish.hash ${DESTDIR}${PREFIX}/lib
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|