diff options
Diffstat (limited to 'textproc/aspell-gaeilge/Makefile')
-rw-r--r-- | textproc/aspell-gaeilge/Makefile | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/textproc/aspell-gaeilge/Makefile b/textproc/aspell-gaeilge/Makefile index fe2613b30da..8b4b53ec1eb 100644 --- a/textproc/aspell-gaeilge/Makefile +++ b/textproc/aspell-gaeilge/Makefile @@ -1,22 +1,17 @@ -# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:18 tv Exp $ +# $NetBSD: Makefile,v 1.10 2004/12/24 03:08:39 wiz Exp $ -DISTNAME= aspell-gaeilge-2.0 -PKGREVISION= 4 +DISTNAME= aspell5-ga-3.5-0 +PKGNAME= aspell-gaeilge-3.5.0 CATEGORIES= textproc -MASTER_SITES= http://borel.slu.edu/~kps/ispell/ +MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ga/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://borel.slu.edu/~kps/ispell/ COMMENT= Irish language support for aspell USE_BUILDLINK3= YES - -ASPELLDATA= ${PREFIX}/share/aspell/ - -do-install: - ${INSTALL_DATA} ${WRKSRC}/gaeilge.dat ${ASPELLDATA} - ${INSTALL_DATA} ${WRKSRC}/gaeilge_phonet.dat ${ASPELLDATA} - ${INSTALL_DATA} ${WRKSRC}/gaeilge ${PREFIX}/lib/aspell +HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |