summaryrefslogtreecommitdiff
path: root/textproc/aspell-gaeilge/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-24 03:08:39 +0000
committerwiz <wiz@pkgsrc.org>2004-12-24 03:08:39 +0000
commit08706744288e03c615959198a213ae142ac72b6f (patch)
tree4a90e6ebbdfce1b607d0961c394f28a7b9bd6888 /textproc/aspell-gaeilge/Makefile
parent6020290a7956d07212fb6aba182845a0c71f2925 (diff)
downloadpkgsrc-08706744288e03c615959198a213ae142ac72b6f.tar.gz
Update to 3.5.0: changes unknown.
Diffstat (limited to 'textproc/aspell-gaeilge/Makefile')
-rw-r--r--textproc/aspell-gaeilge/Makefile17
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"