pkgsrc/textproc/aspell-breton/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

22 lines
583 B
Makefile

# $NetBSD: Makefile,v 1.8 2004/10/03 00:18:18 tv Exp $
#
DISTNAME= aspell-br-0.50-2
PKGNAME= ${DISTNAME:C/br-(.*)-(.*)$/breton-\1.\2/}
PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/br/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://aspell.net/
COMMENT= Breton language support for aspell
USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"