pkgsrc/textproc/aspell-welsh/Makefile

23 lines
584 B
Makefile
Raw Normal View History

2003-07-18 00:50:55 +02:00
# $NetBSD: Makefile,v 1.6 2003/07/17 22:54:09 grant Exp $
#
DISTNAME= aspell-cy-0.50-3
PKGNAME= ${DISTNAME:C/cy-(.*)-(.*)$/welsh-\1.\2/}
2003-07-13 15:50:19 +02:00
PKGREVISION= 1
CATEGORIES= textproc
2003-04-20 21:26:17 +02:00
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/cy/}
EXTRACT_SUFX= .tar.bz2
2003-07-18 00:50:55 +02:00
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://aspell.net/
COMMENT= Welsh language support for aspell
USE_BUILDLINK2= YES
HAS_CONFIGURE= YES
CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
.include "../../textproc/aspell/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"