2013-06-10 00:59:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2013/06/09 22:59:13 rodent Exp $
|
2013-04-24 05:32:37 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= ispell-ku-0.20
|
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=myspellkurdish/}
|
|
|
|
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
|
|
HOMEPAGE= http://myspellkurdish.sourceforge.net/
|
|
|
|
COMMENT= Kurdish dictionary for interactive spelling checker
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
|
|
|
INSTALLATION_DIRS+= lib
|
|
|
|
|
|
|
|
SUBST_CLASSES+= paths
|
|
|
|
SUBST_FILES.paths= Makefile
|
|
|
|
SUBST_MESSAGE.paths= Fixing paths.
|
|
|
|
SUBST_SED.paths= -e "s|/usr/local|${PREFIX}|1"
|
|
|
|
SUBST_SED.paths+= -e "s|/ispell||1"
|
2013-06-10 00:59:13 +02:00
|
|
|
SUBST_SED.paths+= -e "s|/usr/bin/install|${INSTALL}|1"
|
2013-04-24 05:32:37 +02:00
|
|
|
SUBST_STAGE.paths= pre-configure
|
|
|
|
|
|
|
|
DEPENDS+= ispell-[0-9]*:../../textproc/ispell
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|