pkgsrc-wip/ispell-lietuviu/Makefile
Aleksej Saushev 0b8aa5aecb Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-30 05:44:14 +00:00

26 lines
795 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/09/30 05:44:15 asau Exp $
#
DISTNAME= ispell-lt-1.2
PKGNAME= ispell-lietuviu-1.2
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.akl.lt/ispell-lt/
MAINTAINER= tomas.furmonavicius@takas.lt
HOMEPAGE= http://www.lietuvybe.org/?menuid=Zodynai&submenu=ispell-lt
COMMENT= Lithuanian dictionary for ispell
LICENSE= modified-bsd
DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base
SUBST_CLASSES+= fix-python
SUBST_STAGE.fix-python= pre-configure
SUBST_MESSAGE.fix-python= Fixing python paths.
SUBST_FILES.fix-python= tools/*.py
SUBST_SED.fix-python= -e 's,/usr/bin/python,${PYTHONBIN},g'
SUBST_SED.fix-python+= -e 's,env python,env ${PYTHONBIN},g'
BUILD_TARGET= lietuviu.hash
.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"