pkgsrc/textproc/aspell-slovak/Makefile
salo 3a03f10fdf Update to version 0.50.3-1.1.
HEADS UP!

Note for aspell-slovak users: maintainer decided to change version to lower
number than the previous release has.  This decision was made to make this
package compliant with the official GNU Aspell packages.  I decided not to
bump version to 1.1.0.50.3.1.1 or the like and rather go with the flow and
update to the new numbering scheme instead and don't spread more confusion
as there already is.  This will affect probably very small amount of users
and it's consistent with other aspell packages.

Changes:

2003.01.11
0.50.3-1.1  This version is converted to official GNU Aspell packages format
            (thus the version change) and it's based on aspell-slovak-1.1.

            New words.
2003-01-20 09:55:08 +00:00

23 lines
593 B
Makefile

# $NetBSD: Makefile,v 1.5 2003/01/20 09:55:08 salo Exp $
#
DISTNAME= aspell-sk-0.50.3-1.1
PKGNAME= ${DISTNAME:C/sk-(.*)-(.*)$/slovak-\1.\2/}
CATEGORIES= textproc
MASTER_SITES= http://ispell.hq.sk/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= salo@netbsd.org
HOMEPAGE= http://ispell.hq.sk/homepage/
COMMENT= Slovak 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
MAKE_ENV+= SORT="${SORT}"
.include "../../textproc/aspell/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"