mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.10 2013/04/08 11:17:23 rodent Exp $
|
|
#
|
|
|
|
DISTNAME= pyenchant-1.6.5
|
|
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://pypi.python.org/packages/source/p/pyenchant/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.rfk.id.au/software/pyenchant/
|
|
COMMENT= Spellchecking library for Python
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
DEPENDS+= enchant-[0-9]*:../../textproc/enchant
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
FIND_PREFIX:= ENCHANT_DIR=enchant
|
|
.include "../../mk/find-prefix.mk"
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
DLEXT.dylib= dylib
|
|
DLEXT= ${DLEXT.${_OPSYS_SHLIB_TYPE}:Uso}
|
|
PYENCHANT_LIBRARY_PATH= ${ENCHANT_DIR}/lib/libenchant.${DLEXT}
|
|
|
|
# fix the path of libenchant with patch-ab.
|
|
SUBST_CLASSES+= dlpath
|
|
SUBST_STAGE.dlpath= pre-configure
|
|
SUBST_FILES.dlpath= enchant/_enchant.py
|
|
SUBST_VARS.dlpath= PYENCHANT_LIBRARY_PATH
|
|
|
|
post-extract:
|
|
# fix README file permissions
|
|
${CHMOD} 644 ${WRKSRC}/enchant/share/enchant/ispell/README.txt
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|